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

Draft: Allow setting filter/include/exclude from the auth-proxy script #7855

Closed
wants to merge 2 commits into from

Conversation

fgrotto
Copy link

@fgrotto fgrotto commented May 19, 2024

What is the purpose of this change?

The aim is to be able to specify include and exclude rules in auth-proxy scripts. The following format is supported:

{
"type": "local",
"_root": "/",
"_filter":{ "ExcludeRule": [ "data/**","backup/**" ] }
}

Was the change discussed in an issue or in the forum before?

#6704

Checklist

  • I have read the contribution guidelines.
  • I have added tests for all changes in this PR if appropriate.
  • I have added documentation for the changes if appropriate.
  • All commit messages are in house style.
  • I'm done, this Pull Request is ready for review :-)

The aim is to be able to specify include and exclude
rules in auth-proxy scripts. The following format is
supported:
{
"type": "local",
"_root": "/",
"_filter":{ "ExcludeRule": [ "data/**","backup/**" ] }
}

Fixes #6704
@fgrotto fgrotto changed the title Allow setting filter/include/exclude from the auth-proxy script Draft: Allow setting filter/include/exclude from the auth-proxy script May 19, 2024
@fgrotto fgrotto closed this May 21, 2024
@fgrotto fgrotto deleted the feat/webdav-filter branch May 21, 2024 05:41
@ncw
Copy link
Member

ncw commented May 21, 2024

Why did you close this? Looks promising :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants