appsmithorg / appsmith-docs

Mirror of documentation at https://docs.appsmith.com. Raise Pull requests against this repository to update the documentation
https://docs.appsmith.com
Apache License 2.0
82 stars 216 forks source link

[Docs]: How to retrieve credentials for Supervisor interface #1669

Open jnikhila opened 1 year ago

jnikhila commented 1 year ago

Is there an existing issue for this?

Documentation Link

https://docs.appsmith.com/getting-started/setup/instance-management/supervisor

Discord/slack/intercom Link

https://theappsmith.slack.com/archives/C0341RERY4R/p1693282690960659?thread_ts=1692895315.977639&cid=C0341RERY4R

Describe the problem and improvement.

Update the doc to retrieve the supervisor credentials.

sum35h commented 12 months ago

I'm not sure if we need doc's specific to retrieving the supervisor ui credentials, but they are always available as env variables APPSMITH_SUPERVISOR_USER and APPSMITH_SUPERVISOR_PASSWORD which gets specified in the docker.env file or other env manifests for other platforms like the values.yml in case of Helm.

A user can always update the above 2 env vars with the new credentials and restart the container for the updated values to take effect.