quarkiverse / quarkus-kerberos

Quarkus Kerberos extension
Apache License 2.0
4 stars 3 forks source link

Add information about testing with the browser #29

Closed sberyozkin closed 2 years ago

sberyozkin commented 2 years ago

Hi @cescoffier No, as long both the browser and kinit work with the same KDC config they can be started independently. If this is a default system wide KRB config or some custom one pointed to in ~/.bashrc then one can start a browser as usual; I had to start the browser from the shell when I was verifying it works with the container started by Dev Services for Kerberos - since KRB5_CONFIG points to the file with the current container's mapped ports.

sberyozkin commented 2 years ago

@cescoffier I'll update PR a bit to highlight the importance of the same configuration be visible to both the browser and KRB tools

cescoffier commented 2 years ago

Thanks!

sberyozkin commented 2 years ago

@cescoffier Thanks, have just pushed a minor update directly to main to clarify both the browser and kinit have to see the same config