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
When I try to pass in a name value pair in environment variables, the type gets set to PLAINTEXT even though the type in the job was set to SECRETS_MANAGER. I'd like to be able to specify the type of the variable during the start build envVariables override. This is how it already works on the AWS CLI:
CodeBuild environment variable keys and values cannot be empty and the string must be of the form [{key, value}, {key2, value2}] (Service: null; Status Code: 0; Error Code: null; Request ID: null; Proxy: null
The text was updated successfully, but these errors were encountered:
When I try to pass in a name value pair in environment variables, the type gets set to PLAINTEXT even though the type in the job was set to SECRETS_MANAGER. I'd like to be able to specify the type of the variable during the start build envVariables override. This is how it already works on the AWS CLI:
CodeBuild environment variable keys and values cannot be empty and the string must be of the form [{key, value}, {key2, value2}] (Service: null; Status Code: 0; Error Code: null; Request ID: null; Proxy: null
The text was updated successfully, but these errors were encountered: