mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-20 01:58:10 +02:00
directory: remove provider from user id (#2068)
This commit is contained in:
parent
a51c7140ea
commit
aeb8aaf9cd
18 changed files with 71 additions and 104 deletions
|
@ -27,10 +27,10 @@ const (
|
|||
|
||||
// we rely on transactions in redis, so all redis-cluster keys need to be
|
||||
// on the same node. Using a `hash tag` gives us this capability.
|
||||
lastVersionKey = "{pomerium}.last_version"
|
||||
lastVersionChKey = "{pomerium}.last_version_ch"
|
||||
recordHashKey = "{pomerium}.records"
|
||||
changesSetKey = "{pomerium}.changes"
|
||||
lastVersionKey = "{pomerium_v2}.last_version"
|
||||
lastVersionChKey = "{pomerium_v2}.last_version_ch"
|
||||
recordHashKey = "{pomerium_v2}.records"
|
||||
changesSetKey = "{pomerium_v2}.changes"
|
||||
)
|
||||
|
||||
// custom errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue