Skip to content

Instantly share code, notes, and snippets.

@jfwood
Created February 18, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfwood/56697c3f2f0f5367f094 to your computer and use it in GitHub Desktop.
Save jfwood/56697c3f2f0f5367f094 to your computer and use it in GitHub Desktop.
First attempt to move from client-auth-n.cfg.xml
<?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=(.+)&amp;?.*"/>-->
<!--<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