diff --git a/source/_docs/tools/credstash.markdown b/source/_docs/tools/credstash.markdown index 3cfd86bad4e..5560cd7d39e 100644 --- a/source/_docs/tools/credstash.markdown +++ b/source/_docs/tools/credstash.markdown @@ -3,6 +3,10 @@ title: "credstash" description: "Script to store credentials securely in AWS" --- +

+This feature has been deprecated and will be removed in March 2021. +

+ 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. diff --git a/source/_docs/tools/keyring.markdown b/source/_docs/tools/keyring.markdown index ffc8ba8338e..c146440ae20 100644 --- a/source/_docs/tools/keyring.markdown +++ b/source/_docs/tools/keyring.markdown @@ -3,6 +3,10 @@ title: "keyring" description: "Script to store secrets in a keyring" --- +

+This feature has been deprecated and will be removed in March 2021. +

+ 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