Authenticity using Application Credential

Application Credential is a pair of id/Secret that works similar to accounts/passwords. However, Application Credential has a number of characteristics:

  1. Can create and delete according to needs

  2. It is possible to set the expiry period arbitrary (can be placed indefinitely)

Create Application Credential

Create a new Application Credential by visiting the Settings Security or at the address https://manage.bizflycloud.vn/account/configuration/credential

Then choose to create new Credential and choose the expiration time as you like

User Application Credential

Using Docker Cli and id/secret pair has created in the above step to log in

docker login -u APPCRED_{id} -p {secret} cr-hn-1.bizflycloud.vn

From here we can manipulate push or pull image as usual.

*Application Credential has full power on the entire repository like using accounts/passwords