paul-rogers commented on issue #1977: DRILL-7573: Support htpasswd based authentication URL: https://github.com/apache/drill/pull/1977#issuecomment-584807952 Thanks for the detailed usage description. In the config file shown in the description consistent with the implementation? Description: ``` impl: "htpasswd", htpasswd: { file: "/path/to/htpasswd" } ``` Implementation: ``` public static final String HTPASSWD_AUTHENTICATOR_PATH = "drill.exec.security.user.auth.htpasswd.path"; ``` Notice the `file` vs `path` difference.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
