quarkiverse / quarkus-kerberos

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

Restarting a devservices container is not working well for the dev mode testing #12

Open sberyozkin opened 2 years ago

sberyozkin commented 2 years ago

The container is restarting when the application.properties are changed and the dev services properties changes are also detected - however it looks like the previously loaded KRB file configuration on the client side (test client and/or KerberosIdentityProvider) is cached somewhere, so it needs to be investigated (perhaps tuning the generated config can help etc)