9
0
Fork 1

Compare commits

...

2 commits

Author SHA1 Message Date
f8c1cc16f5
Testing zammad integreated sso 2025-01-28 09:33:54 +01:00
ab20732218
Lint fixes to sso.pp 2025-01-28 09:31:58 +01:00
3 changed files with 4 additions and 15 deletions

View file

@ -50,7 +50,7 @@ class soc::sso(
Optional[String] $extra_proxy_conf = undef, Optional[String] $extra_proxy_conf = undef,
) { ) {
if $ssotype == "docker" { if $ssotype == 'docker' {
file { '/opt/sso': file { '/opt/sso':
ensure => directory, ensure => directory,
} }

View file

@ -107,6 +107,7 @@ saml2_frontend:
- metadata/graylog-dev.xml - metadata/graylog-dev.xml
- metadata/rt-test.xml - metadata/rt-test.xml
- metadata/zammad-test.xml - metadata/zammad-test.xml
- metadata/zammad-app.xml
entityid: https://test-sso-proxy.cert.sunet.se/idp entityid: https://test-sso-proxy.cert.sunet.se/idp
service: service:
idp: idp:

File diff suppressed because one or more lines are too long