-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Describe the bug
The bug was already discussed here:
https://groups.google.com/forum/?oldui=1#!topic/quarkus-dev/64RNvIIu9XQ
Expected behavior
Quarkus service starts
Actual behavior
The services doesn't start, because there is a problem with the OIDC server
To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
Configuration
# Add your application.properties here, if applicable.
quarkus:
http:
auth:
form:
enabled: false
policy:
user-policy1:
roles-allowed: everything
permission:
roles1:
paths: /index.xhtml
policy: user-policy1
oidc:
auth-server-url: https://oidc.k8s.wwu.de/
client-id: service-id
application-type: web-app
credentials:
secret: ***
tls:
verification: none
**Screenshots**
(If applicable, add screenshots to help explain your problem.)
**Environment (please complete the following information):**
- Output of `uname -a` or `ver`: Kubernetes cluster
- Output of `java -version`: 11.0.6
- GraalVM version (if different from Java): 20.0.0
- Quarkus version or git rev: 1.5.2.Final
- Build tool (ie. output of `mvnw --version` or `gradlew --version`): Maven 3.6.3
**Additional context**
(Add any other context about the problem here.)