Skip to content

Commit

Permalink
chore: drop cognitoDomainUrl, we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 25, 2024
1 parent d671078 commit 920f384
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions charts/trustify/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,19 +484,14 @@
"type": "object",
"additionalProperties": false,
"required": [
"type",
"cognitoDomainUrl"
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"cognito"
]
},
"cognitoDomainUrl": {
"type": "string",
"format": "url"
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions charts/trustify/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,15 +390,11 @@ definitions:
additionalProperties: false
required:
- type
- cognitoDomainUrl
properties:
type:
type: string
enum:
- cognito
cognitoDomainUrl:
type: string
format: url

Oidc:
type: object
Expand Down
1 change: 0 additions & 1 deletion values-ocp-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ingress:

authenticator:
type: cognito
cognitoDomainUrl: <cognito-domain-url> # <3>

storage:
s3:
Expand Down

0 comments on commit 920f384

Please sign in to comment.