Skip to content

Commit

Permalink
Update security preferences
Browse files Browse the repository at this point in the history
If an empty list is not specified for the `security`
field then some utilities will automatically
assume ALL authentication types are supposed to be used.
Obviously this causes issues.
  • Loading branch information
telday committed Jun 14, 2021
1 parent 70cb08d commit ff4b8ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ components:
"500":
$ref: 'openapi.yml#/components/responses/InternalServerError'

security: []

AWSAuthenticate:
parameters:
- $ref: 'openapi.yml#/components/parameters/RequestID'
Expand Down Expand Up @@ -415,6 +417,8 @@ components:
"500":
$ref: 'openapi.yml#/components/responses/InternalServerError'

security: []

AzureAuthenticate:
parameters:
- $ref: 'openapi.yml#/components/parameters/RequestID'
Expand Down Expand Up @@ -487,6 +491,8 @@ components:
"500":
$ref: 'openapi.yml#/components/responses/InternalServerError'

security: []


GCPAuthenticate:
parameters:
Expand Down Expand Up @@ -535,6 +541,8 @@ components:
"500":
$ref: 'openapi.yml#/components/responses/InternalServerError'

security: []


KubernetesAuthenticate:
parameters:
Expand Down Expand Up @@ -681,6 +689,8 @@ components:
"500":
$ref: 'openapi.yml#/components/responses/InternalServerError'

security: []


OIDCAuthenticate:
parameters:
Expand Down Expand Up @@ -725,6 +735,8 @@ components:
"502":
description: "Error connecting conjur to the OIDC provider"

security: []


ChangePassword:
parameters:
Expand Down

0 comments on commit ff4b8ef

Please sign in to comment.