From 184be945507a9586f0de6f364fb89f3cee285f5f Mon Sep 17 00:00:00 2001 From: stroomdev66 Date: Mon, 16 Sep 2024 11:11:14 +0000 Subject: [PATCH] Updated GitHub Pages --- v7.5/stroom.json | 12 ++++++++++++ v7.5/stroom.yaml | 21 +++++++++++++++++++++ v7.5/version.txt | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/v7.5/stroom.json b/v7.5/stroom.json index 3612ee09e8e..edec176cc05 100644 --- a/v7.5/stroom.json +++ b/v7.5/stroom.json @@ -12306,6 +12306,10 @@ "type" : "integer", "format" : "int64" }, + "hashAlgorithm" : { + "type" : "string", + "enum" : [ "SHA3_256", "SHA2_256", "BCRYPT", "ARGON_2" ] + }, "name" : { "type" : "string" }, @@ -15199,6 +15203,10 @@ "type" : "integer", "format" : "int64" }, + "hashAlgorithm" : { + "type" : "string", + "enum" : [ "SHA3_256", "SHA2_256", "BCRYPT", "ARGON_2" ] + }, "id" : { "type" : "integer", "format" : "int32" @@ -20649,6 +20657,10 @@ "authErrorMessage" : { "type" : "string" }, + "defaultApiKeyHashAlgorithm" : { + "type" : "string", + "enum" : [ "SHA3_256", "SHA2_256", "BCRYPT", "ARGON_2" ] + }, "defaultMaxResults" : { "type" : "string" }, diff --git a/v7.5/stroom.yaml b/v7.5/stroom.yaml index bf1ff75c930..ce963903f24 100644 --- a/v7.5/stroom.yaml +++ b/v7.5/stroom.yaml @@ -8464,6 +8464,13 @@ components: expireTimeMs: type: integer format: int64 + hashAlgorithm: + type: string + enum: + - SHA3_256 + - SHA2_256 + - BCRYPT + - ARGON_2 name: type: string owner: @@ -11356,6 +11363,13 @@ components: expireTimeMs: type: integer format: int64 + hashAlgorithm: + type: string + enum: + - SHA3_256 + - SHA2_256 + - BCRYPT + - ARGON_2 id: type: integer format: int32 @@ -15882,6 +15896,13 @@ components: $ref: '#/components/schemas/AnalyticUiDefaultConfig' authErrorMessage: type: string + defaultApiKeyHashAlgorithm: + type: string + enum: + - SHA3_256 + - SHA2_256 + - BCRYPT + - ARGON_2 defaultMaxResults: type: string helpSubPathDocumentation: diff --git a/v7.5/version.txt b/v7.5/version.txt index 20e62384f91..0d65e7a0a4a 100644 --- a/v7.5/version.txt +++ b/v7.5/version.txt @@ -1 +1 @@ -v7.5-beta.12 +v7.5-proxy-beta.2