Combine several secrets into another secret, or inherit secrets?
jhsturgeon
Community Member
I currently use DOPPLER and the feature that I used constantantly is password inheritance
I'll give you an example
If, in production, I have the following secrets:
MONGO_DATABASE = 'mongo'
MONGO_USERNAME = 'user_one'
MONGO_PASSWORD = 'production'
MONGO_URI = mongodb://${MONGO_USERNAME}:${MONGO_PASSWORD}@prod_server.com:27017/?authMechanism=DEFAULT
in the development environment I can do this:
MONGO_DATABASE=${production.MONGO_DATABASE}
etc...
so, is there a way in 1Password to use variables in password fields to reference other password fields?
Like DOPPLER ?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
1
This discussion has been closed.