1CDIST-TYPE__DOCKER_SECRET(7) cdist CDIST-TYPE__DOCKER_SECRET(7)
2
3
4
6 cdist-type__docker_secret - Manage Docker secrets
7
9 This type manages Docker secrets.
10
12 source Path to the source file. If it is '-' (dash), read standard in‐
13 put.
14
15 state 'present' or 'absent', defaults to 'present' where:
16
17 present
18 if the secret does not exist, it is created
19
20 absent the secret is removed
21
23 Since Docker secrets cannot be updated once created, this type takes no
24 action if the specified secret already exists.
25
27 # Creates "foo" secret from "bar" source file
28 __docker_secret foo --source bar
29
31 Ľubomír Kučera <lubomir.kucera.jr at gmail.com>
32
34 Copyright (C) 2018 Ľubomír Kučera. You can redistribute it and/or mod‐
35 ify it under the terms of the GNU General Public License as published
36 by the Free Software Foundation, either version 3 of the License, or
37 (at your option) any later version.
38
40 ungleich GmbH 2021
41
42
43
44
457.0.0 Jul 31, 2022 CDIST-TYPE__DOCKER_SECRET(7)