-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Docs: security-webauthn and security-webauthn-quickstart Guide #37516
Comments
/cc @sberyozkin (security) |
Also, area/documentation |
I am really sorry, that I have to support the OP (original poster). The quarkus-webauthn docu does have issues. To add another example:
|
@Doogiemuc I think it works without https. Do you have the bitwarden extension installed? bitwarden/clients#6882 Because that does check for https. |
Good point, I didn't know it existed. I'll add a note about it in Prerequisites and in Testing the Application.
OK, let's fix that.
I can't reproduce that.
This is by design: you get auto-redirected when credentials are needed and you're not logged in. You will get a non-redirect error when trying to access the admin page and you're logged in, though. |
For Google Chrome, this is not true, localhost is allowed. I will mention it in the guide, though, because this is relevant for production deployment. |
#38373 should fix that. |
Ok, thank you @FroMage . |
Describe the bug
I went through
https://quarkus.io/guides/security-webauthn
guide and found the following issues:@ReactiveTransactional
annotation that has been deprecated and points users to useio.quarkus.hibernate.reactive.panache.common.WithTransaction
instead. It would be nice to have this change reflected in https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0#hibernate-reactive-panache.HR000021: DDL command failed [io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:32769]
When the db is up and running (after docker-compose up) , we need to specify in our mvn command these parameters to connect wh the db properly:
mvn quarkus:dev -Dquarkus.datasource.reactive.url=postgresql://localhost:5432/elytron_security_webauthn -Dquarkus.datasource.username=quarkus -Dquarkus.datasource.password=quarkus
So I would suggest changing some description steps in the READ.me
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: