Skip to content

Commit

Permalink
Merge pull request #316 from nirmata/token-auth-doc
Browse files Browse the repository at this point in the history
feat: add doc for updating and disabling token authorization
  • Loading branch information
vishal-chdhry authored Jan 6, 2025
2 parents 64aca48 + 669531d commit 2fb30d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ kubectl create -f https://raw.githubusercontent.com/kyverno/kyverno/main/config/
```

**Note: Kyverno v1.11.0 or higher is required**

2. Install the kyverno-notation-aws extension service

```sh
kubectl apply -f configs/install.yaml
```
> Note: If you have installed Kyverno in a custom namespace or are using a custom service account, you should use the `--allowedUsers` flags to provide the list of service that can access kyverno-notation-aws. You can disable token authorization altogether using `--reviewKyvernoToken` flag.
3. Create resources for the Notation TrustPolicy and TrustStore

Expand Down

0 comments on commit 2fb30d0

Please sign in to comment.