Rajat Vig

Results 10 comments of Rajat Vig

``` java public static class EncryptedValueConverter implements Converter { @Override public String convert(Method method, String input) { return (PropertyValueEncryptionUtils.isEncryptedValue(input) ? PropertyValueEncryptionUtils.decrypt(input, getEncryptor()) : input); } private StringEncryptor getEncryptor() { EnvironmentStringPBEConfig...

Is there any progress on this feature?

Keep going back and forth on it but https://github.com/bazelbuild/rules_k8s/pull/683 updates the SHA for pyyaml

> Yes https://github.com/yaml/pyyaml/archive/5.1.2.zip is now redirecting to https://codeload.github.com/yaml/pyyaml/zip/5.1.2 and I believe the new hash is of the HTML page for the redirection: > > ``` > You are being redirected....

Seems that way. https://twitter.com/tgummerer/status/1488493440103030787?s=20&t=DaupVstH5BiSJd0BgLSa_Q suggests they applied a fix.

Would it be ok for me to work on making these as the default? Or is it desired to keep the values configurable?

Have an open pull request to address the issue

Will plan to work on adding support for this.

The CRDs can no longer be downloaded standalone vs prior releases. Maybe a standalone yaml could be a release artifact?