-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Allow AllowedRoles in PanacheEntityResource #28507
Labels
Milestone
Comments
/cc @FroMage, @loicmathieu |
cc @Sgitario |
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
Oct 14, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
Oct 14, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
Oct 14, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 17, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
Liuigi
pushed a commit
to Liuigi/quarkus
that referenced
this issue
Oct 17, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
tmihalac
pushed a commit
to tmihalac/quarkus
that referenced
this issue
Oct 27, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Dec 14, 2022
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level. Fix quarkusio#28507 (cherry picked from commit dda7d78)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
PanacheEntityResource is missing a way to allow roles in code. When using the configuration (quarkus.http.auth.) the roles are not shown in OpenAPI.
Thanks!
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: