quarkiverse / quarkus-kerberos

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

Simplify the client test code #10

Closed sberyozkin closed 2 years ago

sberyozkin commented 2 years ago

KerberosTestClient is added, so far it handles get but it can be easily extended to support more variations with post, etc, we can also use it to pick up the dev services properties in the future as needed (similarly to how it is done for Keycloak Dev Services).

The next step, after #9 is also merged, is to complete KerberosDevModeTest and finally doc all the test options