Skip to content

Commit

Permalink
fix service providers in dbsetup reviewapps (#11659)
Browse files Browse the repository at this point in the history
[skip changelog]
  • Loading branch information
voidlily authored Dec 17, 2024
1 parent 5827ee8 commit b060a5e
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions dockerfiles/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,31 @@ spec:
logo: '18f.svg'
certs:
- 'identity_dashboard_cert'
return_to_sp_url: 'https://dashboard.{{ENVIRONMENT}}.identitysandbox.gov/'
return_to_sp_url: 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov/'
redirect_uris:
- 'https://dashboard.{{ENVIRONMENT}}.identitysandbox.gov/auth/logindotgov/callback'
- 'https://dashboard.{{ENVIRONMENT}}.identitysandbox.gov'
push_notification_url: 'https://dashboard.{{ENVIRONMENT}}.identitysandbox.gov/api/security_events'
- 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov/auth/logindotgov/callback'
- 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov'
push_notification_url: 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov/api/security_events'
- target:
kind: ConfigMap
name: service-providers-yml-dbsetup
patch: |-
- op: replace
path: /data/service_providers.yml
value: |
production:
'urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:dashboard':
friendly_name: 'Dashboard'
agency: 'GSA'
agency_id: 2
logo: '18f.svg'
certs:
- 'identity_dashboard_cert'
return_to_sp_url: 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov/'
redirect_uris:
- 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov/auth/logindotgov/callback'
- 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov'
push_notification_url: 'https://{{ENVIRONMENT}}-dashboard.reviewapps.identitysandbox.gov/api/security_events'
# Patch idp database setup jobs
- target:
kind: Job
Expand Down

0 comments on commit b060a5e

Please sign in to comment.