mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
core/zero: add organization id and cluster id to bootstrap config (#5275)
This commit is contained in:
parent
db52d0cfbd
commit
790c11b368
5 changed files with 25 additions and 9 deletions
|
@ -95,7 +95,7 @@ func TestSecretWriter(t *testing.T) {
|
|||
"namespace": "pomerium",
|
||||
},
|
||||
"data": map[string]any{
|
||||
"bootstrap.dat": `{"databrokerStorageConnection":"test","sharedSecret":null}`,
|
||||
"bootstrap.dat": `{"clusterId":"","databrokerStorageConnection":"test","organizationId":"","sharedSecret":null}`,
|
||||
},
|
||||
}, unstructured)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue