diff --git a/package-toolkit/config/src/main/resources/Renderers.pkl b/package-toolkit/config/src/main/resources/Renderers.pkl index d8c14a199e..07917a693a 100644 --- a/package-toolkit/config/src/main/resources/Renderers.pkl +++ b/package-toolkit/config/src/main/resources/Renderers.pkl @@ -926,7 +926,7 @@ local class ConnectorConfigMap extends ConfigMap { ["labels"] = new Mapping { ["workflows.argoproj.io/configmap-type"] = "Parameter" ["orchestration.atlan.com/version"] = "1" - ["orchestration.atlan.com/source"] = config.source + ["orchestration.atlan.com/source"] = config.source.replaceAll(" ", "") } } fixed data: Mapping = new Mapping { diff --git a/package-toolkit/runtime/src/main/resources/csa-connectors-objectstore.pkl b/package-toolkit/runtime/src/main/resources/csa-connectors-objectstore.pkl index 6e60cbfba5..6716c75239 100644 --- a/package-toolkit/runtime/src/main/resources/csa-connectors-objectstore.pkl +++ b/package-toolkit/runtime/src/main/resources/csa-connectors-objectstore.pkl @@ -72,7 +72,7 @@ options { helpText = "Enter the ID of the GCP project." width = 4 } - ["password"] = new Config.TextInput { + ["password"] = new Config.PasswordInput { title = "Service account JSON" required = false helpText = "Enter the JSON for your service account credentials." @@ -116,7 +116,7 @@ options { helpText = "Enter the unique application (client) ID assigned to your app by Azure AD when the app was registered." width = 4 } - ["password"] = new Config.TextInput { + ["password"] = new Config.PasswordInput { title = "Azure client secret" required = false helpText = "Enter your client secret." @@ -125,7 +125,7 @@ options { ["extra"] = new Config.NestedInput { title = "ADLS details" inputs { - ["azure_tenant_id"] = new Config.TextInput { + ["azure_tenant_id"] = new Config.PasswordInput { title = "Azure tenant ID" required = false helpText = "Enter the unique identifier of the Azure Active Directory instance."