question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SealedSecrets schema should be evaluated in a better way

See original GitHub issue

Currently, 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:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
olensmarcommented, Apr 1, 2022

thanks - the PR above removes the enum for this property - my bad… now i get

image
1reaction
pentagocommented, Apr 1, 2022

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

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found