oracle-quickstart/oci-cloudnative

Default ATP credentials

amartellone opened this issue · 6 comments

Hi,

I am not able to get the default admin credentials for the ATP database? Is there a way to get it?

Regards

You can execute the command:

terraform output autonomous_database_password

Or check on the terraform state.

@amartellone Did you get the admin db password?

@junior Should we consider adding it back to the outputs in the app info ? Its not really any less secure than what it is today, and its a demo after all ?

Yeah, same with Grafana admin credentials. @amartellone help me figure out that. I'm including on the next PR.

@amartellone, were you able to get and use the ATP admin password?

@junior Yes! Thanks a lot for your support. I'm going to close the issue.