up robot token
Manage robot authentication tokens for existing robot accounts with up robot token
.
Robot accounts are only supported for organizations.
User accounts can’t create robots.
The Upbound Cloud Platform requires authentication to an organization with
up login -a
before usingup robot token create
.
Installing Kubernetes resources from private repositories or installing Official Providers requires robot tokens.
Find more information on creating Kubernetes secrets with robot tokens in the Marketplace Authentication section.
<robot name>
(required) - name of the robot account<token name>
(required) - name of the robot token--output=<file_location>
(required) - the path and filename of the generated JSON robot token
Creates a new robot token and generates a JSON file containing the robot’s credentials.
The JSON file contains the robot username called
accessId
and password calledtoken
.There’s no way to recover the
token
value if it’s lost.
|
|
<robot name>
(required) - name of the robot account<token name>
(required) - name of the robot token
Deletes a given robot token from a given robot account.
Deleting a robot token is permanent. There isn’t a way to retrieve a delete robot token.
The command asks to confirm deleting the token.
<robot name>
(required) - name of the robot
Lists all robot tokens associated with the given robot account.