Created
July 12, 2022 15:42
-
-
Save benmoss/bc340e8bb866324fe5ee72cd82d342da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: policy.packaging.carvel.dev/v1alpha1 | |
kind: PackagePolicy | |
metadata: | |
name: carvel-policy | |
spec: | |
pattern: "*.carvel.dev" | |
threshold: 1 | |
authorities: | |
- key: | |
data: | | |
-----BEGIN PUBLIC KEY----- | |
... | |
-----END PUBLIC KEY----- | |
- key: | |
kms: awskms:///arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab | |
- keyless: | |
url: https://fulcio.example.com | |
identities: | |
- issuer: https://example.com | |
subject: .*@example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment