adnanhemani commented on code in PR #1673: URL: https://github.com/apache/polaris/pull/1673#discussion_r2109829562
########## site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md: ########## @@ -38,16 +38,15 @@ The requirements to run the script below are: ```shell chmod +x getting-started/assets/cloud_providers/deploy-aws.sh export ASSETS_PATH=$(pwd)/getting-started/assets/ -./getting-started/assets/cloud_providers/deploy-aws.sh -``` - -Also, set the following static credentials for interacting with the Polaris server in the following exercises: - -```shell export CLIENT_ID=root export CLIENT_SECRET=s3cr3t +./getting-started/assets/cloud_providers/deploy-aws.sh ``` +## Next Steps +Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% ref "using-polaris" %}}) page. Review Comment: Thanks all, kept the Apache part the same - but changed the language here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org