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: true
|
||||||
satosa_certbot: false
|
satosa_certbot: false
|
||||||
proxy: 'https://test-sso-proxy1.cert.sunet.se/idp'
|
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:
|
# soc::vuln_dashboard:
|
||||||
|
|
||||||
'^internal-sto3-dev-ci-1.cert.sunet.se$':
|
'^internal-sto3-dev-ci-1.cert.sunet.se$':
|
||||||
|
@ -67,7 +67,7 @@ graylog-dev.cert.sunet.se:
|
||||||
soc::sso:
|
soc::sso:
|
||||||
groups:
|
groups:
|
||||||
- sunet-cert
|
- 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'
|
user_header: 'X-Remote-User'
|
||||||
unset_auth_header: true
|
unset_auth_header: true
|
||||||
service_endpoint: 'http://server:9000'
|
service_endpoint: 'http://server:9000'
|
||||||
|
@ -79,7 +79,7 @@ rt-test.cert.sunet.se:
|
||||||
groups:
|
groups:
|
||||||
- 'sunet-cert'
|
- 'sunet-cert'
|
||||||
satosa: true
|
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:
|
zammad-test.cert.sunet.se:
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
|
@ -88,6 +88,6 @@ zammad-test.cert.sunet.se:
|
||||||
service_endpoint: 'http://zammad-nginx:8080'
|
service_endpoint: 'http://zammad-nginx:8080'
|
||||||
groups:
|
groups:
|
||||||
- 'sunet-cert'
|
- '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'
|
user_header: 'Remote-User'
|
||||||
passthrough: ['/api', '/oauth']
|
passthrough: ['/api', '/oauth']
|
||||||
|
|
Loading…
Add table
Reference in a new issue