Skip to content

Commit d4a24be

Browse files
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

5 files changed

+1169
-3
lines changed

src/catalog-protos/protos/hashes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@
4646
{
4747
"name": "objects_v77.proto",
4848
"md5": "2dc9da6bcf13afb0db7233b26720c18f"
49+
},
50+
{
51+
"name": "objects_v78.proto",
52+
"md5": "64e78f72cd10034f91e4c034ff9e4f96"
4953
}
5054
]

0 commit comments

Comments
 (0)