Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion receivers/oncall/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
2 changes: 1 addition & 1 deletion receivers/webhook/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down