Files
vault/changelog/27123.txt
Seena Fallah 5c275e7d88 agent: allow changing file ownership in file sink (#27123)
* agent: allow changing file ownership in file sink

Allow changing the ownership of the token file in file sink.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>

* Consistency: id -> ID

* Add changelog

* Remove empty line in changelog

* agent: add godoc for TestFileSinkMode_Ownership

Signed-off-by: Seena Fallah <seenafallah@gmail.com>

---------

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-05-30 15:11:37 -04:00

7 lines
214 B
Plaintext

```release-note:improvement
agent/sink: Allow configuration of the user and group ID of the file sink.
```
```release-note:improvement
proxy/sink: Allow configuration of the user and group ID of the file sink.
```