Register an OAuth client ID for the Pipeline API and CI/CD workflow.
Fill in Authorized redirect URI
. This field has to be updated once the Control Plane is up and running using the IP address or the DNS name:
-
For local usage:
http://127.0.0.1:5556/dex/callback
-
For on-cloud usage:
http://{control_plane_public_address}/dex/callback
Take note of the Client ID
and Client Secret
as these will be required for launching the Pipeline Control Plane and fill them into the config/dex.yml
file (or into environment variables, see that file for details).