Skip to main content
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.4k
  • 205
  • 1.8k
  • 2.3k
Source Link
Ijaz Ahmad
  • 7.4k
  • 7
  • 35
  • 46

Storing application passwords in central location

Is there any secure local service that one should use for storing and retrieving organization wide application passwords? Most of the time we need authentication information in our scripts to run some service.

Therefore I need some way to dynamically retrieve a password from my secure store/bucket and pass it as variable in authentication information , instead of hard-coding it in my scripts.