We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa14aa commit 8ca03e4Copy full SHA for 8ca03e4
bin/generate-secrets
@@ -87,4 +87,8 @@ harbor_secret_key: "$(openssl rand -hex 8)"
87
# https://azimuth-config.readthedocs.io/en/stable/configuration/14-monitoring/#accessing-web-interfaces
88
# The admin password for Azimuth administrative dashboards
89
admin_dashboard_ingress_basic_auth_password: "$(openssl rand -hex 16)"
90
+
91
+# https://azimuth-config.readthedocs.io/en/stable/configuration/04-target-cloud/01-openstack-blazar/#coral-credits
92
+# The admin password for Coral Credits
93
+coral_credits_admin_password: "$(openssl rand -hex 16)"
94
EOF
0 commit comments