INTRO
I’ve recently learned about Conjur for the first time, and I thought other people might also like to know about the guides and documentation that were the most useful.
GET STARTED
The very first place you should look is the Get Started page. This page will help set you up with your very own Conjur instance. You can use this to experiment, and learn during the rest of the tutorials/documents until you get a grasp on it.
(It’s also very easy to delete and rebuild a fresh copy of this instance)
POLICY
The next thing to do is get familiar with reading and writing policies. There are a few useful resources for policies.
- Understanding Policies Blog (Very helpful examples)
- Policy Tutorial
- Policy Documentation
- Loading a Policy Documentation
REST API
Using a REST API client was very critical in helping me learn Conjur’s API calls. The visual representation by the client went a long way for me, compared to reading pages of shell scripts and documentation. I am a very visual learner, so being able to see and experiment with the API calls helped a lot.
- Insomnia REST API Tutorial
- API Documentation
-
Ruby API Tutorial (There are APIs for other languages too on the site)
.
After taking a look at the information linked here, you’re well on your way to protecting your secrets with ease. If you have any questions or feedback head on over to HELP