Alexander Kim
Alexander Kim
Currently when a user is impersonated, the `blame_user` contains both the original and the impersonator's user identifier. It would be great if we could have a new field called `blame_impersonator`...
When the provider name and the project name are the same, you'll get a `could not validate provider configuration: 1 error occurred: * : invalid or unknown key: `. This...
It would be great if we could pass an entire directory to be rendered.
Configuration no longer applies when using DoctrineBundle 2.6.3 and newer when replicas configured
See https://github.com/doctrine/DoctrineBundle/issues/1541 where it broke upstream
It would be great if the `renderYamlToDirectory` feature also updated the kubernetes cluster. The use case is that I want to be able to output files for use with http://skaffold.dev...
### Problem description Creating a Secret with pulumi is creating the `last-applied-configuration` annotation. This contains the raw values of the secret. _Maintainer note: These values are automatically encrypted in Pulumi...
### Problem description HashiCorp vault uses the `OnDelete` `UpdateStrategy` (https://github.com/hashicorp/vault-helm/issues/81). This results in having to manually delete the pods. Once the pods are deleted, and the new ones are up,...
It would be nice if there was support for the Single Sign On feature described on http://www.windowsazure.com/en-us/documentation/articles/active-directory-php-web-single-sign-on/
Rather than requiring regex to delete comments, it would be great if this would automatically check if the comment exists, and if so, do not add a further comment. For...
**Is your feature request related to a problem? Please describe:** When using GitLab's merge request pipelines, `CI_COMMIT_BRANCH` does not exist. Instead, `CI_MERGE_REQUEST_SOURCE_BRANCH_NAME` needs to be used. **Describe the solution you'd...