entityID -> entity_id to make linter happy

This commit is contained in:
Johan Björklund 2025-02-12 14:02:14 +01:00
parent d6cd5e6a30
commit 6dc827e63d
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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']