rkustner

Results 11 comments of rkustner

I have read the CLA Document and I hereby sign the CLA

our use case is that we have multiple (automatically generated) jfrog API keys and Users which are stored as individual GitHub secrets. We want developers to be able to use...

our goal is to automate the process of secrets management and not put the responsibilty of generating and rotating keys in the hands of the developer. In our current design...

We have build this automation in our own account vending machine using the GitHub API and JFrog API: GitHub API is used to store/rotate secrets JFrog API is used to...

to create initial token, you would still need to follow the process of manually doing that on your computer or can this be automated through the JFrog API? so the...

GitHub secrets in an Enterprise org are either in scope for the whole GitHub org or local to a specific repository. The GitHub workflow will need permissions change the secrets....

Maybe the PR I recently created could help creating the feature that is requested here? https://github.com/jfrog/setup-jfrog-cli/pull/43 I have it working in our private action but would make our devs really...

small correction: VERTX_OPTS=$JAVA_OPTS should be: **export** VERTX_OPTS=$JAVA_OPTS