-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GenericSecret using local filesystem data source cannot be watched #38684
Comments
cc: @adisuissa |
Can you try to configure the watched_directory field, and see if it works? |
Yes, I tried. But it would not work. The envoy version is |
Watching generic secret is not implemented:
I am working on it. |
|
Yes, I noticed that. I can fix TlsSessionTicketKeysSdsApi as well in follow-up PRs. |
If you are reporting any crash or any potential security issue, do not
open an issue in this repo. Please report the issue via emailing
[email protected] where the issue will be triaged appropriately.
Title: GenericSecret using local filesystem data source cannot be watched
Description:
As described here, sds config file can be watched.
But when I set the
filename
insds_config
, the secret file cannot be watched from Envoy.Config:
In this example, even if
jwt_svid.token
is updated by move event, the secret is not updated.The text was updated successfully, but these errors were encountered: