Skip to content

Commit 8ca03e4

Browse files
m-bullMoteHue
authored andcommitted
Generate a Coral Credits admin password with generate-secrets (azimuth-cloud#210)
1 parent dfa14aa commit 8ca03e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/generate-secrets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,8 @@ harbor_secret_key: "$(openssl rand -hex 8)"
8787
# https://azimuth-config.readthedocs.io/en/stable/configuration/14-monitoring/#accessing-web-interfaces
8888
# The admin password for Azimuth administrative dashboards
8989
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)"
9094
EOF

0 commit comments

Comments
 (0)