You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare decrypted values to see if they are insync
When splunk is started, it automatically encrypts certain values when it
finds them in config files. To stop puppet reverting these changes,
I've overriden `insync?` so that it performs the decryption before
comparing.
Currently only implemented for splunk >= 7.2
Based on description of algorithm in this python based project.
https://github.com/HurricaneLabs/splunksecrets
0 commit comments