As secret values can not be set in the override.json it seems possible to set secret values at the top level then overriding them with non-secret values seems possible (ie. the tool allows it). However when trying to access the subenvironment with get or process_templates gives the error:
trying to override key with secret value: key_name
The error would seem to be misleading as I am not overriding the key with a secret, but actually the opposite.
It would be useful to override secret to non-secret to allow creating a sub-environment without secrets, but similar in all other respects to the base env, without having to create a complete new environment.
As secret values can not be set in the override.json it seems possible to set secret values at the top level then overriding them with non-secret values seems possible (ie. the tool allows it). However when trying to access the subenvironment with
getorprocess_templatesgives the error:The error would seem to be misleading as I am not overriding the key with a secret, but actually the opposite.
It would be useful to override secret to non-secret to allow creating a sub-environment without secrets, but similar in all other respects to the base env, without having to create a complete new environment.