1CDIST-TYPE__DOCKER_SECRET(7)         cdist        CDIST-TYPE__DOCKER_SECRET(7)
2
3
4

NAME

6       cdist-type__docker_secret - Manage Docker secrets
7

DESCRIPTION

9       This type manages Docker secrets.
10

OPTIONAL PARAMETERS

12       source Path  to  the  source  file.  If it is '-' (dash), read standard
13              input.
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

CAVEATS

23       Since Docker secrets cannot be updated once created, this type takes no
24       action if the specified secret already exists.
25

EXAMPLES

27          # Creates "foo" secret from "bar" source file
28          __docker_secret foo --source bar
29

AUTHORS

31       Ľubomír Kučera <lubomir.kucera.jr at gmail.com>
32

COPYING

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 2019
41
42
43
44
456.3.0                            Dec 12, 2019     CDIST-TYPE__DOCKER_SECRET(7)
Impressum