Skip to content
New issue

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

Update Azure SSO Secret [hotfix] #286

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions deploy/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ env_email_host_pass: !vault |
azure_client_id: "f0629cf8-f6f4-4142-94c3-11b8beaaa510"
azure_tenant_id: "2046864f-68ea-497d-af34-a6629a6cd700"
azure_client_secret: !vault |
$ANSIBLE_VAULT;1.1;AES256
34653665623939373232343266393962386662373738363135313965636461303362656235353739
3833373532646436326463663233616238316431306633330a333664363061313630646565613465
34393634623231333964346166306639613438623330343865663066643239383634633538613130
3234326436376638370a353262656662656334653234666565313032333237353135336132636136
33613062323365303165663261356138616634656331373037363031326161383832333662333266
6339636266626239303165666261353362626564363636346665
$ANSIBLE_VAULT;1.1;AES256
33333338343036366530346164376430303132653031376264346232383330373730303633623461
6662636633373131333362623766346361383533303936340a323336626262653465303733363539
35333463623633663836303831663935346234356466626430346639623766383133336664346436
3038646535623434390a393965643933373536316264373264303561653063656662373962626136
31363866616161303761353436323864383965393763616565626162653936616638626166323738
6164633165343265323665336532303538613133653764366231

k8s_environment_variables:
DATABASE_URL: "{{ env_database_url }}"
Expand Down
Loading