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 #288

Merged
merged 9 commits into from
Nov 4, 2024
14 changes: 7 additions & 7 deletions deploy/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@ env_email_host_pass: !vault |
3561616461636134373033316665613035303736646133613630

# Azure SSO settings
azure_client_id: "f0629cf8-f6f4-4142-94c3-11b8beaaa510"
azure_client_id: "39459c9f-77b3-4fae-942c-7ef9fbf1332c"
azure_tenant_id: "2046864f-68ea-497d-af34-a6629a6cd700"
azure_client_secret: !vault |
$ANSIBLE_VAULT;1.1;AES256
34653665623939373232343266393962386662373738363135313965636461303362656235353739
3833373532646436326463663233616238316431306633330a333664363061313630646565613465
34393634623231333964346166306639613438623330343865663066643239383634633538613130
3234326436376638370a353262656662656334653234666565313032333237353135336132636136
33613062323365303165663261356138616634656331373037363031326161383832333662333266
6339636266626239303165666261353362626564363636346665
66326536666564323330643461346239313738623566666633303934376132393739373862313463
6331336437353664366661316631626262643031343736300a313963366537353861633330646463
34396633643138313063326434323732343934383535636530646164323930356433666431396362
3638303539323239380a333865663734336261343066313361343435376163326661366630633463
31343965633836653436653465323438626262333565303034336237646665393661626362333766
3130326232336638373737356261616530373138666465653137

k8s_environment_variables:
DATABASE_URL: "{{ env_database_url }}"
Expand Down
10 changes: 0 additions & 10 deletions deploy/host_vars/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ database_password: !vault |
38653066646362323434626564333166653433663261643465356538386265353239336131633061
3236316135343961646363316531383661623336623564336637

azure_client_id: "39459c9f-77b3-4fae-942c-7ef9fbf1332c"
azure_client_secret: !vault |
$ANSIBLE_VAULT;1.1;AES256
62383037633362323633303630383031306666613239653333353735653662633265316635346135
3439326633363038333432666238396364386165383932320a653231323632393839313966306165
66633866646436366264336462636264383232386366636132343337363163343236306661316138
3664656261353362630a613966313138373630333935323863376565386364353733343566646639
38363430336432343538616536643963613434663734626565626563343764373231653561636364
6465343637323033386364356634356132353364336235663264

env_django_secret_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
63323239653538366637613837333237633038383531396663616236663436363431306234623962
Expand Down
Loading