SealedSecrets schema should be evaluated in a better way
See original GitHub issueCurrently, when I load my Kustomize project containing SealedSecret, I get this:
Tooltip at the bottom tells me that I’m wrong with using Opaque type for the secret while that’s not true.
Official doccumentation states that Opaque type is for arbitrary user-defined data
which this is actually.
Can we detect secret types properly?
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Status of the project and where it's going #165 - GitHub
I wanted to change the schema again to add a more generic template in [WIP] Add SealedSecret 'template' to use when constructing Secret...
Read more >Encrypt your Secret for OVHcloud Managed Kubernetes with ...
A solution is to use Sealed Secrets, former called Kubeseal , a ... As you can see in the schema, a sealed-secrets-controller runs...
Read more >Sealed Secrets: Protecting your passwords before they reach ...
Sealed Secrets are a "one-way" encrypted Secret that can be created by anyone, but can only be decrypted by the controller running in...
Read more >11 Ways (Not) to Get Hacked - Kubernetes
11 Ways (Not) to Get Hacked · 1. TLS Everywhere · 2. Enable RBAC with Least Privilege, Disable ABAC, and Monitor Logs ·...
Read more >@kubernetes-models/sealed-secrets - npm package | Snyk
Kubernetes sealed-secrets models For more information about how to use this package ... We found a way for you to contribute to the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks - the PR above removes the enum for this property - my bad… now i get
hey @olensmar , I made a dummy repo for you to be able to test the issue, here it is https://github.com/pentago/monokle-sealedsecrets-test