File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
environments/example/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ zenith_registrar_subdomain_token_signing_key: "<some secret key>"
17
17
18
18
!!! tip
19
19
20
- This key should be a long, random string - at least 32 bytes (256 bits) is recommended .
20
+ This key must be a long, random string - at least 32 bytes (256 bits) is required .
21
21
A suitable key can be generated using ` openssl rand -hex 32`.
22
22
23
23
!!! danger
Original file line number Diff line number Diff line change 4
4
# It should be encrypted if stored in version control
5
5
# https://stackhpc.github.io/azimuth-config/repository/secrets/
6
6
# ####
7
+ # Unless explicitly mentioned otherwise, a long, random string - at least 32 bytes (256 bits) is recommended.
8
+ # A suitable key can be generated using the following command.
9
+ # openssl rand -hex 32
7
10
8
11
# https://stackhpc.github.io/azimuth-config/configuration/05-secret-key/
9
12
# The secret key for signing Azimuth cookies
@@ -15,12 +18,14 @@ keycloak_admin_password: "<secure password>"
15
18
16
19
# https://stackhpc.github.io/azimuth-config/configuration/08-zenith/
17
20
# The secret key for signing Zenith registrar tokens
21
+ # This MUST be a minimum of 32 characters
18
22
zenith_registrar_subdomain_token_signing_key : " <secure secret key>"
19
23
20
24
# https://stackhpc.github.io/azimuth-config/configuration/10-kubernetes-clusters/#harbor-registry
21
25
# The password for the Harbor admin account
22
26
harbor_admin_password : " <secure password>"
23
27
# The secret key for Harbor
28
+ # This MUST be exactly 16 alphanumeric characters
24
29
harbor_secret_key : " <secure secret key>"
25
30
26
31
# https://stackhpc.github.io/azimuth-config/configuration/14-monitoring/#accessing-web-interfaces
You can’t perform that action at this time.
0 commit comments