Skip to content
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

Implement keys endpoints to list access keys #238

Closed
dodie opened this issue Sep 18, 2020 · 1 comment · Fixed by #239
Closed

Implement keys endpoints to list access keys #238

dodie opened this issue Sep 18, 2020 · 1 comment · Fixed by #239
Assignees
Milestone

Comments

@dodie
Copy link
Contributor

dodie commented Sep 18, 2020

Expected Behavior

Would it make sense to support the keys API?

For example, one can query the query access keys for repositories via the following URL:

https://<BITBUCKET_URL>/rest/keys/1.0/projects/<PROJECT>/repos/<REPO>/ssh

It would be really nice to have that in the client.

Context

My goal is to get an overview of authorization setup in my Bitbucket instance. I can already list project and repository permissions, but in addition to these, access keys can be directly configured for repositories to allow access to SSH keys.

If you consider this use-case valid, I'm happy to open a PR with the changes.

@cdancy cdancy self-assigned this Sep 18, 2020
@cdancy
Copy link
Owner

cdancy commented Sep 18, 2020

@dodie absolutely! Any api that is not currently covered is worth putting in. Feel free to ping or ask questions if you need help with the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants