Managing Access Tokens for a Container Registry
Last updated
Access Tokens provide secure authentication for accessing a container registry. You can create tokens with Pull or Push + Pull permissions and configure them to either never expire or expire on a specific date.
Important
The generated credentials are displayed only once after the access token is created.
Save or download the credentials immediately. They cannot be viewed again.
Log in to the AceCloud Console.
Select your Project and Region.
Navigate to Registry.
Click Overview.
Open the Access Tokens tab.
On the Access Tokens page, click Create Access Token.
Enter the Access Token Name.
Select the required Permission.
Available options include:
a. Pull – Allows pulling container images from the registry.
b. Push + Pull – Allows both pushing and pulling container images.
Select the Expiry Mode.
Available options include:
a. Never – The token never expires.
b. Custom Date – Specify the date on which the token should expire.
If Custom Date is selected, choose the required expiration date.
Click Save.
After the access token is created successfully, a confirmation window displays the generated credentials.
The following information is provided:
Username
Password
You can:
Copy the username and password individually using the Copy icon.
Click Download Credentials to save the credentials locally.
Note
These credentials are displayed only once. If they are lost, create a new access token.
Last updated