diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-25 00:54:04 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-25 00:54:04 +0000 |
| commit | 0937430ff6967fde9d538db2c80482bcd324b736 (patch) | |
| tree | 3f3c1cf76c885137c3dc5992d9bc480aa6c9f517 /roles/ipsilon | |
| parent | 830ef8668f9c52b75abd9fb2f31838a4e4effd7c (diff) | |
| download | ansible-0937430ff6967fde9d538db2c80482bcd324b736.tar.gz ansible-0937430ff6967fde9d538db2c80482bcd324b736.tar.xz ansible-0937430ff6967fde9d538db2c80482bcd324b736.zip | |
Enable OIDC in production
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/ipsilon')
| -rw-r--r-- | roles/ipsilon/templates/configuration.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/ipsilon/templates/configuration.conf b/roles/ipsilon/templates/configuration.conf index 36a8cc4f5..35e57b3ea 100644 --- a/roles/ipsilon/templates/configuration.conf +++ b/roles/ipsilon/templates/configuration.conf @@ -16,11 +16,7 @@ fas Bind Password={{ fedoraDummyUserPassword }} global enabled=allow [provider_config] -{% if env == "staging" %} global enabled=persona,openid,saml2,openidc -{% else %} -global enabled=persona,openid,saml2 -{% endif %} {% if env == 'staging' %} persona allowed domains=stg.fedoraproject.org |
