This commit is contained in:
Johan Björklund 2024-11-20 13:31:52 +01:00
parent 7da9390800
commit 40d6b0b814
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 14 additions and 14 deletions

View file

@ -33,7 +33,7 @@ intelmq-dev.cert.sunet.se:
soc::intelmq:
use_snakeoil: true
soc::sso:
hostname: 'intelmq-dev.cert.sunet.se'
ssotype: 'apache'
groups:
- 'sunet-cert'
satosa: true

View file

@ -32,9 +32,9 @@
class soc::sso(
String $ssotype = "docker",
String $hostname = undef,
Optional[String] $hostname = undef,
String $email = "cert@cert.sunet.se",
String $service_endpoint = undef,
Optional[String] $service_endpoint = undef,
Array $groups = ['PLACEHOLDER'],
Array $passthrough = [],
Boolean $x_remote_user = false,