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

Refactoring auth check order for OGC Service #985

Merged
merged 3 commits into from
Dec 9, 2024
Merged

Conversation

wlorenzetti
Copy link
Member

Closes: #984

@wlorenzetti wlorenzetti added bug Something isn't working backport to v.3.8.x labels Dec 5, 2024
@wlorenzetti wlorenzetti added this to the v3.9 milestone Dec 5, 2024
@wlorenzetti wlorenzetti self-assigned this Dec 5, 2024
@wlorenzetti wlorenzetti modified the milestones: v3.9, v3.8.4 Dec 9, 2024
@wlorenzetti wlorenzetti marked this pull request as ready for review December 9, 2024 08:13
@wlorenzetti wlorenzetti merged commit 4b25f9e into dev Dec 9, 2024
4 checks passed
@wlorenzetti wlorenzetti deleted the fix_basic_auth branch December 9, 2024 08:14
@wlorenzetti wlorenzetti modified the milestones: v3.8.4, v3.9 Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

The backport to v.3.8.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v.3.8.x v.3.8.x
# Navigate to the new working tree
cd .worktrees/backport-v.3.8.x
# Create a new branch
git switch --create backport-985-to-v.3.8.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4b25f9e32eb0c1a32a12effbf56a5333ac4771c2
# Push it to GitHub
git push --set-upstream origin backport-985-to-v.3.8.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v.3.8.x

Then, create a pull request where the base branch is v.3.8.x and the compare/head branch is backport-985-to-v.3.8.x.

wlorenzetti added a commit that referenced this pull request Dec 9, 2024
Co-authored-by: wlorenzetti <lorenzett@gis3w.it>
(cherry picked from commit 4b25f9e)
wlorenzetti added a commit that referenced this pull request Dec 9, 2024
Co-authored-by: wlorenzetti <lorenzett@gis3w.it>
(cherry picked from commit 4b25f9e)
wlorenzetti added a commit that referenced this pull request Dec 9, 2024
Co-authored-by: wlorenzetti <lorenzett@gis3w.it>
(cherry picked from commit 4b25f9e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to v.3.8.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OGC service with basic authentication fail with services with grants for Anonymous user
1 participant