search for: thycot

Displaying 2 results from an estimated 2 matches for "thycot".

Did you mean: thecot
2011 Dec 13
1
Puppet integration with SecretServer (Thycotic)
I''ve done some more development on my Puppet module that handles password integration with Secret Server from Thycotic, and now it handles certificates as well. This allows you to have a ''password'' define that ensures the password is stored in SecretServer, and changes it on a regular basis: password { ''root'': maxage=>60; } password { ''oracle'': } Also no...
2013 Aug 15
0
Rspec, Puppet Custom Functions and Mocking..
Hey, I could use some advice here. We''ve had a puppet module out for a while (https://github.com/Nextdoor/puppet_thycotic) that provides us a way to retrieve private keys, passwords, etc from Thycotic''s SecretServerOnline.com service. This module was written in a hurry almost 2 years ago and has never had any real attention paid to it internally until now. We''re re-writing it now to use the pr...