WIP: type/provider to manage secrets#94
Draft
trefzer wants to merge 10 commits intovoxpupuli:masterfrom
Draft
Conversation
1256c8c to
9c93346
Compare
729a3f7 to
91d1c75
Compare
94d59bf to
3cf9d5d
Compare
Member
|
@traylenator could you have a look here please? |
bf84808 to
a2b88e2
Compare
…er, even if enabled
Collaborator
|
Had a play with this doing CRUD of secrets for Also with a deferred function e.g. quadlets_secret{'foobar:quiet':
secret => Deferred('oursecrets::get',['yoursecret']),
labels => {'foo' => 'bar'},
}I agree the title of Everything working really well. |
Contributor
Author
|
everything but these *#@!&.... acceptance tests ;( |
alexjfisher
reviewed
Dec 8, 2025
| commands podman: 'podman' | ||
|
|
||
| def should_user | ||
| @should_user || @should_user = resource[:name].split(':')[0] |
Member
There was a problem hiding this comment.
Are we uninventing composite namevars here?
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.
add type and provider to manage secrets.
Theoretically you can choose another driver than the default file, but I did not test that.