Commit a681329
committed
docs: Clarify secret handling in configuration
The previous documentation for secret variables could be misleading. It
implied that adding a tag to a value in the
file and saving it would cause the value to be encrypted.
This is not correct. Encryption is handled by the
command, not by a file-watching or editor-integration feature.
This commit updates the documentation to clarify that is a
YAML tag used to mark already-encrypted values and that the correct way
to add and encrypt a new secret is to use the
command.1 parent 1f9d9d7 commit a681329
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
113 | 125 | | |
114 | 126 | | |
115 | 127 | | |
116 | 128 | | |
117 | 129 | | |
118 | | - | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
| 133 | + | |
| 134 | + | |
121 | 135 | | |
122 | 136 | | |
123 | 137 | | |
| |||
0 commit comments