Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed tests with secretstore | Christian Mollekopf | 2017-09-20 |
| | |||
* | Avoid storing the password in the configuration | Christian Mollekopf | 2017-09-18 |
The password (or any other secret), is now cached in the client process (in-memory only), and delivered to the resource via command. The resource avoids doing any operations against the source until the secret is available. |