Skip to content

add support for Sensitive type in Environment#98

Open
gmenuel wants to merge 1 commit intovoxpupuli:masterfrom
gmenuel:sensitive
Open

add support for Sensitive type in Environment#98
gmenuel wants to merge 1 commit intovoxpupuli:masterfrom
gmenuel:sensitive

Conversation

@gmenuel
Copy link

@gmenuel gmenuel commented Feb 17, 2026

Pull Request (PR) description

Sometimes it is useful to set an environment variable containing sensitive information. This PR add the support for the Sensitive type in the Environment field of the container block.

This Pull Request (PR) fixes the following issues

n/a

@traylenator
Copy link
Collaborator

Isn't #94 the correct thing to do here really.
Set secret as a podman secret and it will magically appear inside the container as an Environment.

@gmenuel
Copy link
Author

gmenuel commented Feb 17, 2026

Yes using podman secret is probably cleaner, this is just easier to use, and since it was really not complicated to implement I thought it could be useful (it is at least for me 🙂)

@traylenator
Copy link
Collaborator

traylenator commented Feb 17, 2026 via email

@traylenator
Copy link
Collaborator

Hi,

Could you add a new acceptance test case for this. Just to confirm nothing blows up later in the templates or something.

Otherwise fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants