Skip to content

Commit

Permalink
Make group info more explicit in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshperry committed Aug 24, 2021
1 parent a02efa5 commit 62c51f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/gitlabCiJwtAuth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ build:
- docker push $REGISTRY_IMAGE:$CI_COMMIT_SHA
```

This would be paired with a group in artifactory that has a write permission to the `docker-local`
repo at path `platform/k8s/**` to limit this particular repo to push to a unique registry path.
This would be paired with a group named `gitlab-platform-k8s` in artifactory that has a write
permission to the `docker-local` repo at path `platform/k8s/**` to limit this particular repo to
push to a unique registry path.

jfrog plugin docs: https://www.jfrog.com/confluence/display/JFROG/User+Plugins#UserPlugins-Realms

0 comments on commit 62c51f7

Please sign in to comment.