Skip to content

Commit 8616f73

Browse files
author
scrungus
committed
remove reference to appcred authenticator
1 parent add00be commit 8616f73

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

environments/ecmwf-base/inventory/group_vars/all/variables.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ azimuth_authenticator_password_enabled: true
9999
# The label for the password authenticator
100100
azimuth_authenticator_password_label: "Username + Password"
101101

102-
# Whether the appcred authenticator should be enabled (not enabled by default)
103-
azimuth_authenticator_appcred_enabled: false
104-
# The label for the appcred authenticator
105-
azimuth_authenticator_appcred_label: "Application Credential"
106-
107102
# Whether the federated authenticator should be enabled (not enabled by default)
108103
azimuth_authenticator_federated_enabled: false
109104
# The label for the federated authenticator
@@ -184,4 +179,4 @@ velero_backup_schedule_name: default
184179
velero_backup_schedule_timings: "0 0 * * *"
185180
# Time-to-live for existing backups (defaults to 1 week)
186181
# See https://pkg.go.dev/time#ParseDuration for duration format options
187-
velero_backup_schedule_ttl: "168h"
182+
velero_backup_schedule_ttl: "168h"

0 commit comments

Comments
 (0)