Skip to content

Commit

Permalink
Change ca certificate path config key. (#195233)
Browse files Browse the repository at this point in the history
towards: elastic/response-ops-team#209

This PR changes ca path key in the config .

(cherry picked from commit e1cf8d5)
  • Loading branch information
ersin-erdal committed Oct 8, 2024
1 parent cf549c5 commit 607ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const configSchema = schema.object({
),
usage: schema.maybe(
schema.object({
cert: schema.maybe(
ca: schema.maybe(
schema.object({
path: schema.string(),
})
Expand Down

0 comments on commit 607ea5a

Please sign in to comment.