Skip to content

Commit

Permalink
Merge pull request #331 from btpworks/feature/helm-docs
Browse files Browse the repository at this point in the history
if not using auth, we needn't disable OIDC endpoints
  • Loading branch information
scealiontach committed Jun 8, 2023
2 parents d430a38 + 5f06216 commit 0d11348
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/helm-jwks-opa.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ disable OIDC:
```yaml
auth:
required: false
jwks:
enabled: false
userinfo:
enabled: false
```

### Neither OIDC nor OPA: any controls are wholly external
Expand All @@ -197,10 +193,6 @@ transactions, both OIDC and OPA may be disabled for the Helm installation:
```yaml
auth:
required: false
jwks:
enabled: false
userinfo:
enabled: false
opa:
enabled: false
Expand Down

0 comments on commit 0d11348

Please sign in to comment.