Reputation: 1022
I want only the CI tools or dedicated users to have write access to the Bluemix Docker registry. Developer or cloud admin accounts should not have write access to the registry. How can this be done?
Upvotes: 0
Views: 100
Reputation: 1626
Security settings for clusters and deployments in IBM Bluemix Container service is documented here: https://console.bluemix.net/docs/containers/cs_security.html#cs_security
It may help you in your requirement ...
Upvotes: 0
Reputation: 79
You can now issue read-only
or read-write
tokens for IBM Bluemix Container Registry
using the container-registry
plugin for the bx
command.
Tokens can either be non-expiring (unless revoked) or expire after 24 hours.
The use case of automating access is well covered by the documentation.
Upvotes: 2
Reputation: 46
At this time it is not possible to have different image access levels for the users in the same cf org.
Upvotes: 1