mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
feat(libstack): expose env vars with PORTAINER_ prefix [BE-11661] (#687)
This commit is contained in:
parent
9fdc535d6b
commit
1abdf42f99
3 changed files with 232 additions and 0 deletions
|
@ -87,6 +87,11 @@ export function EdgeScriptSettingsFieldset({
|
|||
/>
|
||||
</FormControl>
|
||||
|
||||
<TextTip color="orange" className="mb-2 icon-orange">
|
||||
For security purposes, only environment variables prefixed with
|
||||
'PORTAINER_' will be accessible.
|
||||
</TextTip>
|
||||
|
||||
<div className="form-group">
|
||||
<div className="col-sm-12">
|
||||
<SwitchField
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue