cdist-type__docker_secret - Man Page
Manage Docker secrets
Description
This type manages Docker secrets.
Optional Parameters
- source
Path to the source file. If it is '-' (dash), read standard input.
- state
'present' or 'absent', defaults to 'present' where:
- present
if the secret does not exist, it is created
- absent
the secret is removed
Caveats
Since Docker secrets cannot be updated once created, this type takes no action if the specified secret already exists.
Examples
# Creates "foo" secret from "bar" source file __docker_secret foo --source bar
Authors
Ľubomír Kučera <lubomir.kucera.jr at gmail.com>
Copying
Copyright (C) 2018 Ľubomír Kučera. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Copyright
ungleich GmbH 2021
Info
Jul 31, 2022 7.0.0 cdist