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 [to develop] #288

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions deploy/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ 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
33333338343036366530346164376430303132653031376264346232383330373730303633623461
6662636633373131333362623766346361383533303936340a323336626262653465303733363539
35333463623633663836303831663935346234356466626430346639623766383133336664346436
3038646535623434390a393965643933373536316264373264303561653063656662373962626136
31363866616161303761353436323864383965393763616565626162653936616638626166323738
6164633165343265323665336532303538613133653764366231

k8s_environment_variables:
DATABASE_URL: "{{ env_database_url }}"
Expand Down
12 changes: 6 additions & 6 deletions deploy/host_vars/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ database_password: !vault |
azure_client_id: "39459c9f-77b3-4fae-942c-7ef9fbf1332c"
azure_client_secret: !vault |
$ANSIBLE_VAULT;1.1;AES256
62383037633362323633303630383031306666613239653333353735653662633265316635346135
3439326633363038333432666238396364386165383932320a653231323632393839313966306165
66633866646436366264336462636264383232386366636132343337363163343236306661316138
3664656261353362630a613966313138373630333935323863376565386364353733343566646639
38363430336432343538616536643963613434663734626565626563343764373231653561636364
6465343637323033386364356634356132353364336235663264
33333338343036366530346164376430303132653031376264346232383330373730303633623461
6662636633373131333362623766346361383533303936340a323336626262653465303733363539
35333463623633663836303831663935346234356466626430346639623766383133336664346436
3038646535623434390a393965643933373536316264373264303561653063656662373962626136
31363866616161303761353436323864383965393763616565626162653936616638626166323738
6164633165343265323665336532303538613133653764366231

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