jfrog-client-go
jfrog-client-go copied to clipboard
Support for Security v2 API
- [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
- [x] All static analysis checks passed.
- [x] This pull request is on the dev branch.
- [x] I used gofmt for formatting the code before submitting the pull request.
The functionality covers basic CRUD operations of new version of Security REST API. Still few operations are not implemented.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
recheck
@eyalbe4 Could you check the approach taken? I have been inspired by access project service and deprecated version of security API in artifactory services. Any suggestions welcome :)
The next step is to work on other operations: add/remove user group membership, unlock user, etc.