AdguardTeam / AdguardTeam/AdGuardHome

Allow reading passwords from files

オープン
#7,202 コメント 3 件 リアクション 6 件 担当者 0 名 GitHub で見る
feature request
主要言語
TypeScript
スター
36.9k
フォーク
2.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

### Prerequisites

- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer

- [X] I have searched other issues and found no duplicates

- [X] I want to request a feature or enhancement and not ask a question

### The problem

Integration with declarative configuration and secret management systems is complicated because passwords are in the same file as the rest of the configuration.

### Proposed solution

It would be nice to be able to specify passwords via files:

```yaml
users:
- name: some_user
password_file: /run/secrets/user2-addguard-bcrypt-password.txt
```

Something similar should also be allowed for the `http_proxy` password.

### Alternatives considered and additional information

Note that, while in some way similar to what proposed in #6647, this requires no special syntax.

Any chance a PR implementing this would be accepted?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。