Skip to content

Commit e69ed08

Browse files
Apply suggestion from @alexandraoberaigner
Co-authored-by: alexandraoberaigner <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent 4dbab46 commit e69ed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sync-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ the `clientID`, `clientSecret`, and the `tokenURL` for the OAuth Server.
161161
}}]'
162162
```
163163

164-
When deploying Flagd in Kubernetes, you can securely manage the secrets from the file system. In this case, the client id and secret
164+
Secrets can also be managed from the file system. This can be handy when, for example, deploying Flagd in Kubernetes. In this case, the client id and secret
165165
will be read from the files `client-id` and `client-secret`, respectively. If the `folder` attribute is set, client id and secret on top level will be ignored.
166166
To support rotating the secrets without restarting flagd, the additional parameter `ReloadDelayS` can be used to force
167167
the reload of the secrets from the filesystem every `ReloadDelayS` seconds.

0 commit comments

Comments
 (0)