-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to keep the secret key #387
Comments
You can set the key when calling the class like this:
I agree it could be done in a more elegant way... |
(Arguably) a more elegant way has been added in #375, we just need a new module release to make it available. Can you do a release, please @smortex or @bastelfreak ? |
I would like to include #388 in the release but I currently don't know why the tests fail. |
extra_settings route works perfect, but would be good to get a release so that we can just secret key as an option |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Setup puppetboard with the puppet module puppet-puppetboard
Set a SECRET_KEY in
settings.py
Reload the agent with
puppet agent -t
What are you seeing
SECRET_KEY is removed by the puppet agent
What behaviour did you expect instead
The SECRET_KEY is kept
Output log
Any additional information you'd like to impart
Could be great to ask for a secret key when installing the module or to give a module parameter to set the key in the manifest
The text was updated successfully, but these errors were encountered: