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 · 2 comments · May be fixed by #5126
Open

Support recursive subdirectories for file-provider #4689

shawnh2 opened this issue Nov 10, 2024 · 2 comments · May be fixed by #5126
Assignees
Labels
area/api API-related issues area/provider area/standalone Issues related to the standalone mode 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
@EshaanAgg
Copy link

Hi! Is this issue open for contribution? (I am new to the Envoy ecosystem and would love to try to tackle this issue as my first contribution!)

Also, a side note: I can't access the Slack link mentioned in the issue comment (most probably, I don't have an account on the corresponding Slack workplace. Is there any link that I can use to invite myself?)

@shawnh2
Copy link
Contributor Author

shawnh2 commented Jan 19, 2025

Thanks @EshaanAgg, assign this issue to you, feel free to reach out if you got any questions.

You can join our community Slack by checking https://github.com/envoyproxy/gateway?tab=readme-ov-file#contact

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 kind/enhancement New feature or request
Projects
None yet
2 participants