Created
February 18, 2016 20:56
-
-
Save jfwood/56697c3f2f0f5367f094 to your computer and use it in GitHub Desktop.
First attempt to move from client-auth-n.cfg.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- http://wiki.openrepose.org/display/REPOSE/Keystone+v2+Filter --> | |
<keystone-v2 xmlns="http://docs.openrepose.org/repose/keystone-v2/v1.0"> | |
<identity-service username="<user here>" password="<pw here>" uri="https://identity.api.rackspacecloud.com/v2.0/"> | |
<!--<client-mapping id-regex=".*\?.*USERNAME_QUERY_PARAM=(.+)&?.*"/>--> | |
<!--<client-mapping id-regex=".*/v1/([-|\w]+)/?.*"/>--> | |
</identity-service> | |
<white-list> | |
<uri-regex>/</uri-regex> | |
<uri-regex>/bluegreencheck</uri-regex> | |
</white-list> | |
</keystone-v2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment