-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: add the ability to specify a token description w/ awx login
#6124
cli: add the ability to specify a token description w/ awx login
#6124
Conversation
Build succeeded.
|
~ awx login --description "Ryan Made This Token"
{
"token": "KaTJYPYZHrLEK7Wfn6jlxldv1U4J5G"
}
~ awx login
{
"token": "2ldHxTRtD79u8n8UKxLYICzlcdA31Y"
}
~ awx tokens list | jq '.results[].description'
"Ryan Made This Token"
"AWX CLI" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense and is a good addition. Thanks!
Build failed (gate pipeline). For information on how to proceed, see
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, cool
Build succeeded (gate pipeline).
|
[4.3] Fix CSS overflow for legend and tooltip in Topology view.
see: #6122