Skip to content
Merged
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
24 changes: 0 additions & 24 deletions docker/prod-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,6 @@ externalSecrets:
property: itbill-form-url-base-id
- name: itbill-form-url-sys-id
property: itbill-form-url-sys-id
- name: msca-oauth-token-url
property: msca-oauth-token-url
- name: msca-report-scope
property: msca-report-scope
- name: msca-client-id
property: msca-client-id
- name: msca-client-secret
property: msca-client-secret
- name: msca-subscription-key
property: msca-subscription-key
- name: provision.uw.edu-sql-secret
Expand Down Expand Up @@ -195,22 +187,6 @@ environmentVariablesSecrets:
name: ITBILL_FORM_URL_SYS_ID
secretName: provision.uw.edu-secrets
secretKey: itbill-form-url-sys-id
MSCA_OAUTH_TOKEN_URL:
name: MSCA_OAUTH_TOKEN_URL
secretName: provision.uw.edu-secrets
secretKey: msca-oauth-token-url
MSCAReportScope:
name: MSCA_REPORT_SCOPE
secretName: provision.uw.edu-secrets
secretKey: msca-report-scope
MSCAClientID:
name: MSCA_CLIENT_ID
secretName: provision.uw.edu-secrets
secretKey: msca-client-id
MSCAClientSecret:
name: MSCA_CLIENT_SECRET
secretName: provision.uw.edu-secrets
secretKey: msca-client-secret
MSCASubscriptionKey:
name: MSCA_SUBSCRIPTION_KEY
secretName: provision.uw.edu-secrets
Expand Down
6 changes: 0 additions & 6 deletions docker/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@
ITBILL_FORM_URL_BASE_ID=os.getenv('ITBILL_FORM_URL_BASE_ID')
ITBILL_FORM_URL_SYS_ID=os.getenv('ITBILL_FORM_URL_SYS_ID')

RESTCLIENTS_MSCA_OAUTH_TOKEN_URL = os.getenv("MSCA_OAUTH_TOKEN_URL")
RESTCLIENTS_MSCA_REPORT_SCOPE = os.getenv("MSCA_REPORT_SCOPE")
RESTCLIENTS_MSCA_CLIENT_ID = os.getenv("MSCA_CLIENT_ID")
RESTCLIENTS_MSCA_CLIENT_SECRET = os.getenv("MSCA_CLIENT_SECRET")


VALID_ENDORSER_GROUP = 'u_pplat_provisioners'
PROVISION_ADMIN_GROUP = 'u_acadev_provision_admin'
PROVISION_SUPPORT_GROUP = 'u_acadev_provision_support'
Expand Down
24 changes: 0 additions & 24 deletions docker/test-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ externalSecrets:
property: itbill-form-url-base-id
- name: itbill-form-url-sys-id
property: itbill-form-url-sys-id
- name: msca-oauth-token-url
property: msca-oauth-token-url
- name: msca-report-scope
property: msca-report-scope
- name: msca-client-id
property: msca-client-id
- name: msca-client-secret
property: msca-client-secret
- name: email-host
property: email-host
- name: msca-subscription-key
Expand Down Expand Up @@ -192,22 +184,6 @@ environmentVariablesSecrets:
name: ITBILL_FORM_URL_SYS_ID
secretName: test.provision.uw.edu-secrets
secretKey: itbill-form-url-sys-id
MSCA_OAUTH_TOKEN_URL:
name: MSCA_OAUTH_TOKEN_URL
secretName: test.provision.uw.edu-secrets
secretKey: msca-oauth-token-url
MSCAReportScope:
name: MSCA_REPORT_SCOPE
secretName: test.provision.uw.edu-secrets
secretKey: msca-report-scope
MSCAClientID:
name: MSCA_CLIENT_ID
secretName: test.provision.uw.edu-secrets
secretKey: msca-client-id
MSCAClientSecret:
name: MSCA_CLIENT_SECRET
secretName: test.provision.uw.edu-secrets
secretKey: msca-client-secret
emailHost:
name: EMAIL_HOST
secretName: test.provision.uw.edu-secrets
Expand Down