quarkiverse / quarkus-authzed-client

An extension for connecting to authzed instances from Quarkus applications
https://docs.authzed.com/reference/api
Apache License 2.0
5 stars 8 forks source link

What is the correct URL for value quarkus.authzed.url? #86

Closed risesilentassasin closed 10 months ago

risesilentassasin commented 11 months ago

Hi, Could someone put the correct url on the documentation for quarkus.authzed.url. I would like to try this extension with quarkus but could not figure out what url should i put there. Previously when using the standalone authzed client it was given with "grpc.authzed.com:443".

Thank you.

risesilentassasin commented 10 months ago

i was asked to authzed support and they response with 2 possible value.

quarkus.authzed.url=https://grpc.authzed.com

or

quarkus.authzed.url=https://gateway-alpha.authzed.com

Hope this answer will help others as well