Commit d4a24be
committed
Catalog: add migration for mock_authentication_nonce setting
The
(SASL/SCRAM)[MaterializeInc#33468]
PR introduces the need for some stable, cluster wide, cryptographically
random key material. We use this material to be able to present
deterministic challenges for even users that don't exist to guard
against enumeration attacks. Old versions of the catalog won't have this
so we have to add it.1 parent 474411f commit d4a24be
File tree
5 files changed
+1169
-3
lines changed- src
- catalog-protos
- protos
- src
- catalog/src/durable
- upgrade
5 files changed
+1169
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
0 commit comments