Dustin Collins
Dustin Collins
This issue is to track the enhancement of the `secrets.yml` spec to allow an optional provider specifier. This will allow you to use different providers to resolve secrets in the...
To test `install.sh`, we run it in Docker containers to test that it works okay. This is fine, but creates a problem for releases. `install.sh` inspects the local version and...
`AuthnK8sClient.java ` ``` package net.conjur.api.authn; /* * K8S Authn provider * * This should be used with the cyberark/conjur-kubernetes-authenticator sidecar or init container * The auth token will be published...