Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 10, 2024
1 parent c17fb9e commit deaf3f1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9025,6 +9025,9 @@
properties:
type:
$ref: '#/components/schemas/OpaPolicyItemType'
policy:
type: string
description: OPA Policy in REGO format
allRoles:
items:
type: string
Expand Down
3 changes: 3 additions & 0 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9025,6 +9025,9 @@
properties:
type:
$ref: '#/components/schemas/OpaPolicyItemType'
policy:
type: string
description: OPA Policy in REGO format
allRoles:
items:
type: string
Expand Down
3 changes: 3 additions & 0 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9025,6 +9025,9 @@
properties:
type:
$ref: '#/components/schemas/OpaPolicyItemType'
policy:
type: string
description: OPA Policy in REGO format
allRoles:
items:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9109,6 +9109,9 @@ Resources:
properties:
type:
$ref: "#/components/schemas/OpaPolicyItemType"
policy:
type: "string"
description: "OPA Policy in REGO format"
allRoles:
items:
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9109,6 +9109,9 @@ Resources:
properties:
type:
$ref: "#/components/schemas/OpaPolicyItemType"
policy:
type: "string"
description: "OPA Policy in REGO format"
allRoles:
items:
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9109,6 +9109,9 @@ Resources:
properties:
type:
$ref: "#/components/schemas/OpaPolicyItemType"
policy:
type: "string"
description: "OPA Policy in REGO format"
allRoles:
items:
type: "string"
Expand Down

0 comments on commit deaf3f1

Please sign in to comment.