Open koalalorenzo opened 3 years ago
When we deploy any cloud resource via terraform, some default credentials are provided as attributes that can be used from other resources.
Some use cases:
It would be nice to have those every time we deploy a new cluster, instead of static admin and changeme username and passwords 😅
admin
changeme
This one depends on ability to configure default credentials here - https://github.com/EventStore/EventStore/issues/2649
When we deploy any cloud resource via terraform, some default credentials are provided as attributes that can be used from other resources.
Some use cases:
It would be nice to have those every time we deploy a new cluster, instead of static
admin
andchangeme
username and passwords 😅