forked from canonical/mongodb-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
actions.yaml
28 lines (28 loc) · 1.23 KB
/
actions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
get-password:
description: Change the system user's password used by charm.
It is for internal charm users and SHOULD NOT be used by applications.
params:
username:
type: string
description: The username, the default value 'operator'.
Possible values - operator, monitor.
set-password:
description: Change the system user's password used by charm.
It is for internal charm users and SHOULD NOT be used by applications.
params:
username:
type: string
description: The username, the default value 'operator'.
Possible values - operator, monitor.
password:
type: string
description: The password will be auto-generated if this option is not specified.
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.