Dockerfile for building Python 3.9.2 and Openssl for FIPS
Introduction In previous posts, we saw how to build FIPS enabled Openssl, and…
January 30, 2022
Cyberark kind of tools are a must for security in your infrastructure and app deployments. Cyberark helps storing credentials in their system, and provide some parameters like safe/app/obj, and some form of authentication so that caller can fetch the credentials. It eliminates the need to put credentials in files or in envirnoment.
When I started using Cyberark, they provided some AIM agent, which gets installed in the host, and they whitelisted the IPs of the machines.
Now, they have also introduced the REST APIs to fetch the credentials, and they have certificate based authentication. The setup I use, takes serial number of the certificate and IPs of the machines from where I want to fetch the credentials.
curl -v --cert '<path to certificate.cer file' --key 'path to private key file' --url 'https://YOUR_HOST/AIMWebService/api/Accounts?AppID=<AppID>&Safe=<Safe_Name>&object=<Cyberark-Object-Name>'
Thanks for reading.
Introduction In previous posts, we saw how to build FIPS enabled Openssl, and…
According to Microsoft, Therefore, they recently posted about a feature in beta…
Introduction I was having a private artifactory, and has my custom modules…
You are developing a nodejs web application having some UI and backend APIs…
This is due to our web server are configured to deny accessing this directory…
Introduction On 9th December 2021, an industry-wide vulnerability was discovered…
Introduction This post has the complete code to send email through smtp server…
Introduction In a normal email sending code from python, I’m getting following…
Introduction In one of my app, I was using to talk to . I have used some event…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…