We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
grafana_config_security
admin_user
admin_password
Latest as of writing this: 10.2.0
10.2.0
cinc-client --version Cinc Client: 16.18.0
Standard Ubuntu 20.04 in test kitchen
# Resource declaration grafana_config_security 'grafana' do admin_user 'test_admin' admin_password 'test_password' secret_key 'abcdefghijklmno' cookie_secure true cookie_samesite 'lax' end
; In test kitchen /etc/grafana/grafana.ini [security] admin_password = changeme cookie_samesite = lax cookie_secure = true secret_key = abcdefghijklmno
/etc/grafana/grafana.ini
admin_user = test_admin
test_admin:test_password
grafana-cli admin reset-admin-password
The text was updated successfully, but these errors were encountered:
@bmhughes , I was wondering if you've any thoughts on this? Thank you!
Sorry, something went wrong.
@HP41 this seems to work on the latest version of the cookbook. Can you please confirm this is still broken for you?
No branches or pull requests
π» Brief Description
grafana_config_security
propertyadmin_user
is not set in grafana.ini.admin_password
is not set even if it is rendered out in grafana.ini.π₯ Cookbook version
Latest as of writing this:
10.2.0
π©βπ³ Chef-Infra Version
π© Platform details
Standard Ubuntu 20.04 in test kitchen
Steps To Reproduce
π Expected behavior
/etc/grafana/grafana.ini
should have line:admin_user = test_admin
test_admin:test_password
β Additional context
grafana-cli admin reset-admin-password
command conditionally (https://grafana.com/docs/grafana/v9.3/cli/#reset-admin-password)The text was updated successfully, but these errors were encountered: