Deprecate credstash/keyring (#15804)

This commit is contained in:
Paulus Schoutsen 2020-12-02 21:14:31 +01:00 committed by GitHub
parent 839e80f1bc
commit f6768ef79c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@ title: "credstash"
description: "Script to store credentials securely in AWS"
---
<p class='note warning'>
This feature has been deprecated and will be removed in March 2021.
</p>
Using [Credstash](https://github.com/fugue/credstash) is an alternative way to `secrets.yaml`. They can be managed from the command line via the credstash script.
Before using credstash, you need to set up AWS credentials either via the `aws` command line tool or using environment variables as explained in the [AWS CLI documentation](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) as well as creating a KMS key named `credstash` as explained in the [credstash Readme](https://github.com/fugue/credstash#setting-up-kms). After that is complete, you can use the provided script to add secrets to your Home Assistant secret store in credstash.

View File

@ -3,6 +3,10 @@ title: "keyring"
description: "Script to store secrets in a keyring"
---
<p class='note warning'>
This feature has been deprecated and will be removed in March 2021.
</p>
Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. The secrets can be managed from the command line via the `keyring` script.
```bash