Skip to content

Commit

Permalink
Merge pull request #20 from canonical/DPE-5040-mongos-config-svr
Browse files Browse the repository at this point in the history
[DPE-5040] mongos charm starts with an admin users when integrated to config svr
  • Loading branch information
MiaAltieri authored Aug 20, 2024
2 parents 5457e0e + d1e94d5 commit 08db428
Show file tree
Hide file tree
Showing 12 changed files with 7,607 additions and 249 deletions.
11 changes: 11 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
set-tls-private-key:
description: Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately.
params:
external-key:
type: string
description: The content of private key for external communications with clients. Content will be auto-generated if this option is not specified.
internal-key:
type: string
description: The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified.
Loading

0 comments on commit 08db428

Please sign in to comment.