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
As a TRE Developer
I want to mark sensitive parameters in the porter.yaml file and have that propagate into the template
So that I don't have to mark them a second in the template_schema.json file.
Acceptance criteria
Marking a sensitive parameter in porter.yaml makes the API treat them as such without any additional step
Templates with sensitive=true in the schema are updated (removed from schema and inserted in porter)
Description
As a TRE Developer
I want to mark sensitive parameters in the porter.yaml file and have that propagate into the template
So that I don't have to mark them a second in the template_schema.json file.
Acceptance criteria