Create a policy for the Artifactory AppRole

ARTIFACTORY: How to Set Up Hashicorp Vault with Artifactory

AuthorFullName__c
Sam Rosenstein, Yoav Harel
articleNumber
000005152
ft:sourceType
Salesforce
FirstPublishedDate
2021-10-12T11:56:01Z
lastModifiedDate
2024-04-15
VersionNumber
4
$ tee test-policy.hcl << EOF
path "secret/*" {
 capabilities = ["create", "read", "update", "delete", "list"]
}
EOF