Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add exception (port 8088, if 8080 is not available)
  • Loading branch information
gschwend committed Aug 13, 2024
1 parent 78b8656 commit 50224a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50224a5

Please sign in to comment.