rebase idp
This commit is contained in:
parent
4c900b89ab
commit
625fa36e39
|
@ -125,8 +125,8 @@ $config = [
|
|||
* The email address will be used as the recipient address for error reports, and
|
||||
* also as the technical contact in generated metadata.
|
||||
*/
|
||||
'technicalcontact_name' => 'Administrator',
|
||||
'technicalcontact_email' => 'na@example.org',
|
||||
'technicalcontact_name' => $SAML_ADMIN_NAME,
|
||||
'technicalcontact_email' => $SAML_ADMIN_EMAIL,
|
||||
|
||||
/*
|
||||
* (Optional) The method by which email is delivered. Defaults to mail which utilizes the
|
||||
|
|
|
@ -86,6 +86,8 @@ let
|
|||
substituteInPlace "$out" \
|
||||
--replace '$SAML_COOKIE_SECURE' 'true' \
|
||||
--replace '$SAML_COOKIE_SALT' 'file_get_contents("${config.sops.secrets."idp/cookie_salt".path}")' \
|
||||
--replace '$SAML_ADMIN_NAME' '"Drift"' \
|
||||
--replace '$SAML_ADMIN_EMAIL' '"drift@pvv.ntnu.no"' \
|
||||
--replace '$SAML_ADMIN_PASSWORD' 'file_get_contents("${config.sops.secrets."idp/admin_password".path}")' \
|
||||
--replace '$SAML_TRUSTED_DOMAINS' 'array( "idp2.pvv.ntnu.no" )' \
|
||||
--replace '$SAML_DATABASE_DSN' '"pgsql:host=postgres.pvv.ntnu.no;port=5432;dbname=idp"' \
|
||||
|
|
Loading…
Reference in New Issue