Compare commits

...

2 Commits

Author SHA1 Message Date
Egon Rijpkema ce60b19fd2 Added a shibboleth attribute 2018-11-06 12:53:48 +01:00
Egon Rijpkema e9e1778a30 Add a merlin heat 2018-10-08 16:50:13 +02:00
3 changed files with 14 additions and 1 deletions

View File

@ -174,6 +174,16 @@ pipeline:
tag: latest
when:
branch: merlin
heat_merlin:
image: plugins/docker
dockerfile: heat/Dockerfile
context: heat
secrets: [docker_username, docker_password]
registry: registry.webhosting.rug.nl
repo: registry.webhosting.rug.nl/hpc/openstack-heat-merlin
tag: latest
when:
branch: merlin
notify:
image: drillster/drone-email
host: smtp.rug.nl

View File

@ -10,6 +10,8 @@
<!-- Added for nikhef -->
<Attribute name="openstackGroupEntitlements" id="openstackGroupEntitlements" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
<!-- Added after mail 18-10-2018 -->
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" id="eppn" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="Shib-user"/>
<Attribute name="urn:oid:2.5.4.4" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="Shib-surName"/>

View File

@ -1,6 +1,7 @@
[DEFAULT]
verbose = true
# debug = true
log_file = /var/log/keystone/keystone.log
[database]
@ -13,7 +14,7 @@ provider = fernet
methods = password,token,mapped,openid,saml2
[federation]
trusted_dashboard = http://merlin.hpc.rug.nl/horizon/auth/websso/
trusted_dashboard = https://merlin.hpc.rug.nl/horizon/auth/websso/
sso_calback_template = /etc/keystone/sso_calback_template.html
[mapped]