{{/* Service create form (/bindings/services/create) with a Validate (dry run) option */}} {{ template "head" . }}
{{ template "drawer_toggle" }}
{{ template "page_progress" }} {{ block "op_form" . }}
{{ template "error_alert" .Data.Error }} {{ template "validation_alert" (dict "Validated" .Data.Validated "Value" .Data.Values.id "Suffix" "is ready to be created") }}

Format is service_type/name, for example postgres/main or mysql/reports

Config {{ template "kv_table" (dict "Field" "config" "AppPath" .AppPath "Prefix" "service" "CanCreate" (index .Data.Perms "secret:create") "CanDelete" (index .Data.Perms "secret:delete") "Rows" .Data.Values.config_rows "KeyPlaceholder" "host" "ValuePlaceholder" "db.internal" "AddLabel" "Add config entry") }}

Connection settings for the service. The lock button encrypts a value (a password for example) into the secrets store and uses the secret reference instead

Service name staging apps should use instead

Cancel
{{ end }}
{{ template "sidebar" . }}