Alexander Kim

Results 45 issues of 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`...

enhancement

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...

kind/bug
area/config

It would be great if we could pass an entire directory to be rendered.

See https://github.com/doctrine/DoctrineBundle/issues/1541 where it broke upstream

wontfix

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...

kind/enhancement
area/yaml

### 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...

impact/security
kind/bug

### 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,...

kind/bug
size/M

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/

ASM

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...

enhancement