Abraham Kotev Emet
Abraham Kotev Emet
After upgrade to version 1.48-213, deletion of CloudFormation stacks causes refresh of the resources tree multiple times. It used to stay as is without refresh, now it is very hard...
## Is your feature request related to a problem? Please describe. While working on authn-k8s, I had very hard time to test my dev env. Reason: authn-k8s rely heavily on...
Currently the main Dockerfile suffers from the following problems: - [ ] No .dockerignore - Meaning ALL files and folders are part of the Dockerfile context (It can't be overestimated,...
Currently the integration tests in Jenkins takes about an hour to run. Need investigation why it takes so long to run the tests on secrets provider. The magnitude of the...
Currently, the release process requires manual update of the version in multiple locations. See [Update version](https://github.com/cyberark/secrets-provider-for-k8s/blob/master/CONTRIBUTING.md#update-the-version-changelog-and-notices) for more info. This is tedious and risky; version should be consistent and not...
I tried to construct a query that accesses inner object inside a json. So if I have a JSONB column called `data` with the value: ``` { "array_key": ["value1", "value2",...