Substitute site name for survey OpenID callback

Initial testing failed to turn up some hard-coding of the server
name in the Apache mod_auth_openid configuration options. Replace
these with ERB variable expansions for the site name as used
elsewhere in that file.

Change-Id: I80793e34962ac9b6659e4ed05a6a7d5029c79429
This commit is contained in:
Jeremy Stanley 2018-06-03 13:34:32 +00:00
parent 5d4d2a26c0
commit 760d1dfd51

View File

@ -30,8 +30,8 @@
AuthName "Welcome"
AuthOpenIDSecureCookie On
AuthOpenIDCookieLifespan 3600
AuthOpenIDTrustRoot https://survey01.openstack.org
AuthOpenIDServerName https://survey01.openstack.org
AuthOpenIDTrustRoot https://<%= @srvname %>
AuthOpenIDServerName https://<%= @srvname %>
AuthOpenIDSingleIdP https://openstackid.org
AuthOpenIDTrusted ^https://openstackid.org/.*$
Require valid-user