11 lines
457 B
Plaintext
Raw Permalink Normal View History

2019-08-31 20:51:14 -07:00
// This is a sample JAAS config that uses the following login module
2025-03-12 05:25:35 -05:00
// security.PropertyFileLoginModule -- this module can work with a username and any password defined in the `../conf/user.props` file
2019-08-31 20:51:14 -07:00
WHZ-Authentication {
2025-03-12 05:25:35 -05:00
security.PropertyFileLoginModule sufficient
debug="true"
file="/etc/datahub/plugins/frontend/auth/user.props";
security.PropertyFileLoginModule sufficient
debug="true"
file="/datahub-frontend/conf/user.props";
};