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:
parent
5d4d2a26c0
commit
760d1dfd51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user