Closed el-pato closed 3 years ago
@kanika1894 what do we need to do to get this reviewed?
Thanks for your contribution @el-pato. Will look into it. @prein how does this PR look to you?
I guess it will be good if we can do a slight update in action.yml. https://github.com/Azure/aci-deploy/blob/master/action.yml#L120 We can have something like key=secureValue. Feel free to update any relevant documentation regarding this.
IMO it'd be okay to leave the description as-is. You're still passing them in key=value
format, it's just that the values are meant to be secure.
I'll add a small change to the readme to make the behavior of secure environment variables a little more clear.
@kanika1894 updated the Readme. Look good?
Sorry for late reply, LGTM, thanks @el-pato !
ContainerInstanceManagementModels.EnvironmentVariable
has a propertysecureValue
which should be used for secure environment variables. The other propertyvalue
is used for non-secure environment variables.This should address #47