secretize icon indicating copy to clipboard operation
secretize copied to clipboard

Kubernetes secrets generator plugin for kustomize

Results 5 secretize issues
Sort by recently updated
recently updated
newest added

Hello, is there a way/recommendation to have the plugin re-generate or update the secret when the referenced credentials in the provider change? I see that such a functionality might be...

With this PR I just want to raise some concerns about code quality in the project, so I'd kindly ask you to merge it to a separate branch and fix...

Used go1.13 and tried using kustomize/v3.8.0, v3.8.1 and 3.8.2 (compiled with go1.13) and compiled the plugin also with go1.13 on running the kustomize build it gives the following error: "Attempting...

Add KRM exec and Docker functions support

enhancement

Kustomize has adopted the new Kubernetes declarative configurations known as KRM Functions. This new style is used as a unified way to interact with Kustomize plugins and can be implemented...