You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior, only BlackList-ing of environment variables was supported, and solely for exact variable names match, or "*" for all.
This changeset introduces:
- WhiteList-ing
- prefix matching for env var names (eg: "THING_*" can now be used to white/black list any env variable which name starts with THING_)
Signed-off-by: apostasie <[email protected]>
0 commit comments