mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
core/zero: add pseudonymization key (#5290)
This commit is contained in:
parent
9d6b656fbe
commit
bfc782ff06
9 changed files with 44 additions and 20 deletions
|
@ -54,6 +54,8 @@ type Config struct {
|
|||
ZeroClusterID string
|
||||
// ZeroOrganizationID is the zero organization id, only set when in zero mode.
|
||||
ZeroOrganizationID string
|
||||
// ZeroPseudonymizationKey is the zero key used to pseudonymize data, only set in zero mode.
|
||||
ZeroPseudonymizationKey []byte
|
||||
}
|
||||
|
||||
// Clone creates a clone of the config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue