You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue. In Codespaces or other environments where a proxy is involved in front of idpbuilder, the ArgoCD URL given at the end is inaccurate. See this issue: #269
The --protocol http is needed for Codespaces to proxy requests correctly. Otherwise, you have two TLS certs involved when making requests from your laptop.
This isn't just an issue with protocol either btw. The port number printed is incorrect as well. e.g. 443 vs 8080. The expectation we have from users is to access it using the port forward popup you get in Codespaces, not the URL given by idpbuilder.
Spinning up idpbuilder following hte codespaces instructinos, I see:
I believe the URL is build on this line and indeed the docs instructions do specify
--protocol http
However, GitHub really does want an
https://
URL.So...
--protocol https
The text was updated successfully, but these errors were encountered: