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
Have a tab in the UI that supports Environment Variables similar to Secrets, but the values are obviously safe to expose
Value
Although we can define Environment Variables in the Vela script, we cannot persist changes of the Environment Variable. Similar to Secrets, it would be helpful if we're provided CLI to get, view, and update Environment Variables. This would be very helpful in the case of automating the management of release versions, and perhaps other scenarios I haven't thought of.
Definition of Done
When there is an Environment Variables tab in the UI. The functionality should match that of Secrets, except the values are exposed.
The text was updated successfully, but these errors were encountered:
Kinda. I suppose the Environment Variable can be step specific or global. The one feature I really like about Secrets is that we can change and persist the value with the provided CLI. This isn't really an urgent ask since I'm already using Secrets to do what I need. I'm using Secrets to manage my app's version, but it's really not confidential. The caveat with Secrets is that there is no way for me to see the latest value (app's version in my case) from the UI.
Description
Have a tab in the UI that supports
Environment Variables
similar toSecrets
, but the values are obviously safe to exposeValue
Although we can define
Environment Variables
in the Vela script, we cannot persist changes of theEnvironment Variable
. Similar toSecrets
, it would be helpful if we're provided CLI to get, view, and updateEnvironment Variables
. This would be very helpful in the case of automating the management of release versions, and perhaps other scenarios I haven't thought of.Definition of Done
When there is an
Environment Variables
tab in the UI. The functionality should match that ofSecrets
, except the values are exposed.The text was updated successfully, but these errors were encountered: