Skip to content
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

Support recursive subdirectories for file-provider #4689

Open
shawnh2 opened this issue Nov 10, 2024 · 0 comments
Open

Support recursive subdirectories for file-provider #4689

shawnh2 opened this issue Nov 10, 2024 · 0 comments
Labels
area/api API-related issues area/provider area/standalone Issues related to the standalone mode help wanted Extra attention is needed kind/enhancement New feature or request

Comments

@shawnh2
Copy link
Contributor

shawnh2 commented Nov 10, 2024

Description:

Currently, the paths in file-provider does not support watch any recursive subdirectories:

Paths []string `json:"paths"`

It has been noted that each backend service related configs can be put in separate directory, but instead of watching all these directories, we can treat them as subdirectories of a root dir, and only watching this root dir.

[optional Relevant Links:]

Discussed in https://envoyproxy.slack.com/archives/C03E6NHLESV/p1731083390060779?thread_ts=1731035129.484099&cid=C03E6NHLESV

@shawnh2 shawnh2 added kind/enhancement New feature or request help wanted Extra attention is needed area/api API-related issues area/provider area/standalone Issues related to the standalone mode labels Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api API-related issues area/provider area/standalone Issues related to the standalone mode help wanted Extra attention is needed kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant