All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.spnego.yml Maven / Gradle / Ivy

There is a newer version: 2.1.15
Show newest version
# If SPNEGO/Kerberos debugging is enabled. Should be disabled for production. 
debug: ${spnego.debug:true}
# If keytab file is used. If Microsoft AD is used, then set it to true
useKeyTab: ${spnego.useKeyTab:false}
# The keytab file location. It should be in the /config folder for Kubernetes
keyTab: ${spnego.keyTab:/Users/stevehu/networknt/light-oauth2/code/src/test/resources/config/krb_oauth2code_poc-allenc.keytab}
# The SPN principal name, normally it will be HTTP/{hostname}@domain
principal: ${spnego.principal:HTTP/localhost}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy