Closed singhularity closed 8 years ago
This should allow authenticating to Mongo via GSSAPI settings. It expects the username, any environment variable you need to set as a map. You can also pass any additional mechanism settings you need on the credential as a map.
Example:
GSSAPICredentials -> List("principal", Map(("java.security.auth.login.config", "/path/to/file/on_executor"), Map(("REALM", "xyz")))
This should allow authenticating to Mongo via GSSAPI settings. It expects the username, any environment variable you need to set as a map. You can also pass any additional mechanism settings you need on the credential as a map.
Example:
GSSAPICredentials -> List("principal", Map(("java.security.auth.login.config", "/path/to/file/on_executor"), Map(("REALM", "xyz")))