Commit 0d63d285 authored by Geoff Simmons's avatar Geoff Simmons

Add client.identity as a possible key for self-sharding.

parent 0498b558
...@@ -41,7 +41,7 @@ spec: ...@@ -41,7 +41,7 @@ spec:
type: boolean type: boolean
key: key:
type: string type: string
pattern: "^req\\.(url|http\\.[a-zA-Z0-9!#$%&'*+.^_`|~-]+)$" pattern: "^client\\.identity$|^req\\.(url|http\\.[a-zA-Z0-9!#$%&'*+.^_`|~-]+)$"
digest: digest:
type: string type: string
enum: enum:
......
...@@ -41,7 +41,7 @@ spec: ...@@ -41,7 +41,7 @@ spec:
type: boolean type: boolean
key: key:
type: string type: string
pattern: "^req\\.(url|http\\.[a-zA-Z0-9!#$%&'*+.^_`|~-]+)$" pattern: "^client\\.identity$|^req\\.(url|http\\.[a-zA-Z0-9!#$%&'*+.^_`|~-]+)$"
digest: digest:
type: string type: string
enum: enum:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment