-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add Username and Description to Access token commands #759
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA recheck |
369cc9b
to
74e57a9
Compare
I have read the CLA Document and I hereby sign the CLA |
Hi @yahavi Quick PR (with a follow up that I will rebase after this is merged). Thanks! |
74e57a9
to
deead89
Compare
I have rebased this to get it back up to date with dev. Let me know if you have any comments 😄 |
deead89
to
9071933
Compare
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.
Let's resolve the conflicts.
README.md
Outdated
@@ -1477,6 +1477,41 @@ err = accessManager.UpdateGroupInProject("tstprj", "tstgroup", projectGroup) | |||
err = accessManager.DeleteExistingProjectGroup("tstprj", "tstgroup") | |||
``` | |||
|
|||
#### Create an access token for the JFrog Platform |
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.
Create an access token for the JFrog Platform --> Create an access token
Let's add this section to table of contents.
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.
Updated, thank you for the review
@Smirl, |
Oh - I see now that #810 is meant to replace this PR. |
Sorry for the delayed reply I hadn't checked in on this PR for a while. I can make the changes to the README on Monday. |
9071933
to
0893790
Compare
@Smirl, |
Closing as fixed in another PR |
Summary
The new Access token APIs allow for a description and username to be set.
The description can be used to search for tokens once they are created. The username can be used by admins to create tokens on behalf of other users, or to create temporary users that belong to a group.
This PR also adds these two existing methods to the README.
Fixes and helps some issues
closes #739
closes #727 (already there but issue still open, this now documents this in the README)
Might help with #753 as description can now be added.