Daniel Lorych
Daniel Lorych
Working with version control systems, like Git's auto-merge features, could lead to updating already existing migration directory without noticing it. Which then leads to inconsistent schema state between various databases/stages....
- [x] All [tests](https://github.com/jfrog/jfrog-client-go#tests) passed. If this feature is not already covered by the tests, I added new tests. - [x] All [static analysis checks](https://github.com/jfrog/jfrog-client-go/actions/workflows/analysis.yml) passed. - [x] This pull...
Is there a plan to develop [Security V2 API](https://jfrog.com/help/r/jfrog-rest-apis/security?tocId=RRmyO8u9xptcKb2Tz6dgHw) (/access/api/v2/)? I'm considering a contribution, but wonder if there is any particular approach/pattern to follow for this development.
### Description The OIDC authentication flow does not support token issuer urls containing a path, e.g. urls of Microsoft Entra ID. ### Version of SDK v0.3.0 ### Reproduction fga client...
### Describe the bug Calling `func (us *UserService) CreateUser(params UserParams) error` with UserParams having username set to a value with "#" (e.g. `test#1`) end with an 409 response: `The userName...