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

use the /q prefix #41502

Closed
wants to merge 1 commit into from
Closed

use the /q prefix #41502

wants to merge 1 commit into from

Conversation

gbourant
Copy link

Assume you have the following config

quarkus.http.auth.permission.all.paths=/*
quarkus.http.auth.permission.all.policy=deny

quarkus.http.auth.permission.public.paths=/,/q/*
quarkus.http.auth.permission.public.policy=permit

Which will block requests to /quarkus404, instead of adding it to public.paths we can change the url to /q/quarkus404 which also aligns it with the rest of the DEV-UI urls

Assume you have the following config

quarkus.http.auth.permission.all.paths=/*
quarkus.http.auth.permission.all.policy=deny

quarkus.http.auth.permission.public.paths=/,/q/*
quarkus.http.auth.permission.public.policy=permit

Which will block requests to /quarkus404, instead of adding it to public.paths we can change the url to /q/quarkus404 which also aligns it with the rest of the DEV-UI urls
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 27, 2024

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should preferably start with an uppercase character (if it makes sense!)

This message is automatically generated by a bot.

@phillip-kruger
Copy link
Member

Hi, thanks for the PR. This is not needed anymore, as the latest change is now using normal json-rpc to get the data. Please test with latest main. THanks :) Closing here.

@phillip-kruger
Copy link
Member

see #41448

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

Successfully merging this pull request may close these issues.

2 participants