38 |
38 |
39 A base64 encoded password used for authentication. |
39 A base64 encoded password used for authentication. |
40 |
40 |
41 Type: base64 string \ |
41 Type: base64 string \ |
42 Example: `<password>MTIzNDU2Nzg=</password>` |
42 Example: `<password>MTIzNDU2Nzg=</password>` |
|
43 |
|
44 ### stored-user |
|
45 |
|
46 Credentials id used for authentication. The credentials must be stored in the secret store. |
|
47 |
|
48 Type: string \ |
|
49 Example: `<stored-user>alice</stored-user>` |
43 |
50 |
44 ### default-key |
51 ### default-key |
45 |
52 |
46 Identifer of the key used by default for encryption. There must be a configured key with this name. |
53 Identifer of the key used by default for encryption. There must be a configured key with this name. |
47 |
54 |