AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

Added an LDAP user cache refresh period to Hologram #63

Closed BillMedernach closed 8 years ago

BillMedernach commented 8 years ago

Previously Hologram did not update the LDAP user cache. Added a configuration parameter to choose how often the LDAP user cache updates on the server. This was suggested by @copumpkin in #62.

I also noticed there were some bugs with configuration parameters and I fixed those.

@adriandoolittle

BillMedernach commented 8 years ago

@copumpkin: The JSON attribute names haven't actually been changed. I did modify the command line flag names though. It seems that if the flag names have the same name as the JSON attributes then the value of the attribute will always be the default flag value.

adriandoolittle commented 8 years ago

Looks good.