aws-iam-ldap-bridge icon indicating copy to clipboard operation
aws-iam-ldap-bridge copied to clipboard

External poller, dual auth improvements

Open jweede opened this issue 6 years ago • 0 comments

Made some improvements to our instance, would like to contribute back and solicit feedback. Thanks in advance.

  • Added an "external poller command": This lets us populate ApacheDS via script immediately after the initial sync. We augment the ApacheDS directory with ssh keys and info from other sources. It's kind of a hack, but works well for us
  • Dual Validator auth order: changed the auth order to attempt secret key auth first if the password looks like a secret key. This cuts down on the amount of errant logins in our CloudWatch logs.
  • ant build.xml fix: On latest master I hit an error with the build.xml ("A zip file cannot include itself"), but the following change fixed it.

jweede avatar Apr 18 '18 19:04 jweede