feat(kubernetes): add Secret resource with Redacted data - #1509
Open
connyay wants to merge 1 commit into
Open
Conversation
- `Kubernetes.Secret` applies a v1/Secret via server-side apply; values stay `Redacted` through plan and state and are base64-encoded only at the API edge - hoist the shared `isNotFound` helper into `internal/client.ts` - cover the Secret lifecycle in the gated Deployment E2E suite
|
Could this be integrated with pr #1502? It should cover what you need in terms of importing secrets, and if there's anything missing it we could look at it now |
Author
I don't fully grok what you mean by integrating these PRs. They are related, but not directly overlapping. I think the best would be maybe some doc/example improvements showing how they could be used together. Could be added to either PR after the other one lands. Did you have something specific in mind? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kubernetes.Secretapplies a v1/Secret via server-side apply; values stayRedactedthrough plan and state and are base64-encoded only at the API edgeisNotFoundhelper intointernal/client.ts