mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
Deprecate credstash/keyring (#15804)
This commit is contained in:
parent
839e80f1bc
commit
f6768ef79c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user