entityID -> entity_id to make linter happy
This commit is contained in:
parent
d6cd5e6a30
commit
6dc827e63d
1 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
satosa: true
|
||||
satosa_certbot: false
|
||||
proxy: 'https://test-sso-proxy1.cert.sunet.se/idp'
|
||||
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
entity_id: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
# soc::vuln_dashboard:
|
||||
|
||||
'^internal-sto3-dev-ci-1.cert.sunet.se$':
|
||||
|
@ -67,7 +67,7 @@ graylog-dev.cert.sunet.se:
|
|||
soc::sso:
|
||||
groups:
|
||||
- sunet-cert
|
||||
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
entity_id: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
user_header: 'X-Remote-User'
|
||||
unset_auth_header: true
|
||||
service_endpoint: 'http://server:9000'
|
||||
|
@ -79,7 +79,7 @@ rt-test.cert.sunet.se:
|
|||
groups:
|
||||
- 'sunet-cert'
|
||||
satosa: true
|
||||
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
entity_id: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
|
||||
zammad-test.cert.sunet.se:
|
||||
sunet::dockerhost2:
|
||||
|
@ -88,6 +88,6 @@ zammad-test.cert.sunet.se:
|
|||
service_endpoint: 'http://zammad-nginx:8080'
|
||||
groups:
|
||||
- 'sunet-cert'
|
||||
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
entity_id: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
user_header: 'Remote-User'
|
||||
passthrough: ['/api', '/oauth']
|
||||
|
|
Loading…
Add table
Reference in a new issue