From 50224a5cea9cc80c1782818649a70ac50d12bf3e Mon Sep 17 00:00:00 2001 From: Julia Gschwend Date: Tue, 13 Aug 2024 18:26:41 -0300 Subject: [PATCH] Update README.md add exception (port 8088, if 8080 is not available) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a94ff..d20af28 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Exit the container and start orchestration services: docker compose up orchestrator ``` -And then follow the steps to create an authentication application ([step by step](https://github.com/linea-it/orchestration/?tab=readme-ov-file#how-to-use-using-client-credential)) just by changing the url from http://localhost to http://localhost:8088, and using the admin user created previously. Note when creating an authentication application, we must change the `ORCHEST_CLIENT_ID` and `ORCHEST_CLIENT_SECRET` in the `.env` with the client_id and secret_id values ​​respectively. +And then follow the steps to create an authentication application ([step by step](https://github.com/linea-it/orchestration/?tab=readme-ov-file#how-to-use-using-client-credential)) just by changing the url from `http://localhost/admin/oauth2_provider/application/add/` to `http://localhost:8080/admin/oauth2_provider/application/add/` (or 8088, if 8080 doesn't work), and using the admin user created previously. Note when creating an authentication application, we must change the `ORCHEST_CLIENT_ID` and `ORCHEST_CLIENT_SECRET` in the `.env` with the client_id and secret_id values ​​respectively. All that remains is to modify the ORCHEST_URL variable in the `.env` with the value http://orchestrator ``` bash