forked from canonical/opensearch-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
actions.yaml
40 lines (37 loc) · 1.49 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
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
set-tls-private-key:
description: Set the private keys, which will be used for certificate signing requests (CSR). Run for each unit separately or on-leader only depending on the type.
params:
category:
type: string
enum:
- "app-admin"
- "unit-transport"
- "unit-http"
description: (Required) Type of private key to be set. "app-admin" must only be set on the leader.
key:
type: string
description: (Optional) The content of the private key. The content will be auto-generated if not set.
password:
type: string
description: (Optional) The passphrase of the private key. Will NOT be set if omitted.
required:
- category
set-password:
description: Change the admin user's password, which is 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 'admin'. Possible values - admin.
default: admin
password:
type: string
description: The password will be auto-generated if this option is not set.
get-password:
description: Fetch the system user's password and CA chain, which is 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 'admin'. Possible values - admin.
default: admin