user6317694
user6317694

Reputation: 1022

Can access to Bluemix container registry be access controlled?

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

Answers (3)

kashyapa
kashyapa

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

timgp
timgp

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

Rama Boggarapu
Rama Boggarapu

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

Related Questions