commit | 2e21e3c6d3dbfd63eb9d53f08248d8516177f38f | [log] [tgz] |
---|---|---|
author | Yuriy Taraday <yorik.sar@gmail.com> | Tue Feb 06 20:17:58 2018 +0400 |
committer | Sergey Otpuschennikov <sotpuschennikov@mirantis.com> | Fri Aug 10 15:59:24 2018 +0400 |
tree | dca38f9afbb8269f0f033854f93746b6dd11dbe4 | |
parent | 15c476a3a10a870ab4beaa223d0a067b9d6b9a75 [diff] [blame] |
Add support for secret files in credentials Some refactoring: groovy code moved to separate template used common python module Change-Id: Ic8e03cae92beeac80425515b7b5b6fd3a4e8aef0
diff --git a/README.rst b/README.rst index 869ea5b..6b43e7e 100644 --- a/README.rst +++ b/README.rst
@@ -585,6 +585,10 @@ key: SOMESSHKEY cred_with_text_secret: secret: SOMETEXTSECRET + cred_with_secret_file: + filename: somefile.json + content: | + { "Hello": "world!" } Users enforcing from client: