Skip to content

Commit

Permalink
Updated GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Sep 16, 2024
1 parent af887b1 commit 184be94
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
12 changes: 12 additions & 0 deletions v7.5/stroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -12306,6 +12306,10 @@
"type" : "integer",
"format" : "int64"
},
"hashAlgorithm" : {
"type" : "string",
"enum" : [ "SHA3_256", "SHA2_256", "BCRYPT", "ARGON_2" ]
},
"name" : {
"type" : "string"
},
Expand Down Expand Up @@ -15199,6 +15203,10 @@
"type" : "integer",
"format" : "int64"
},
"hashAlgorithm" : {
"type" : "string",
"enum" : [ "SHA3_256", "SHA2_256", "BCRYPT", "ARGON_2" ]
},
"id" : {
"type" : "integer",
"format" : "int32"
Expand Down Expand Up @@ -20649,6 +20657,10 @@
"authErrorMessage" : {
"type" : "string"
},
"defaultApiKeyHashAlgorithm" : {
"type" : "string",
"enum" : [ "SHA3_256", "SHA2_256", "BCRYPT", "ARGON_2" ]
},
"defaultMaxResults" : {
"type" : "string"
},
Expand Down
21 changes: 21 additions & 0 deletions v7.5/stroom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion v7.5/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.5-beta.12
v7.5-proxy-beta.2

0 comments on commit 184be94

Please sign in to comment.