diff --git a/receivers/oncall/v1/config.go b/receivers/oncall/v1/config.go index 340978801..55ad8e3f7 100644 --- a/receivers/oncall/v1/config.go +++ b/receivers/oncall/v1/config.go @@ -135,7 +135,7 @@ var Schema = schema.NewIntegrationSchemaVersion(schema.IntegrationSchemaVersion{ Label: "Authorization Header - Credentials", Description: "Credentials for the Authorization Request header. Only one of HTTP Basic Authentication or Authorization Request Header can be set.", Element: schema.ElementTypeInput, - InputType: schema.InputTypeText, + InputType: schema.InputTypePassword, PropertyName: "authorization_credentials", Secure: true, }, diff --git a/receivers/webhook/v1/config.go b/receivers/webhook/v1/config.go index 5a955e654..fbaf249f3 100644 --- a/receivers/webhook/v1/config.go +++ b/receivers/webhook/v1/config.go @@ -258,7 +258,7 @@ var Schema = schema.NewIntegrationSchemaVersion(schema.IntegrationSchemaVersion{ Label: "Authorization Header - Credentials", Description: "Credentials for the Authorization Request header. Only one of HTTP Basic Authentication or Authorization Request Header can be set.", Element: schema.ElementTypeInput, - InputType: schema.InputTypeText, + InputType: schema.InputTypePassword, PropertyName: "authorization_credentials", Secure: true, },