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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
cluster gitops enable now works for standard GitHub. Enabling GitOps on a cluster previously returned 500 (unable to get owner from API) because the GitHub gitops config URL is the API host (api.github.com), which was passed to flux bootstrap as the git --hostname. flux then built the git remote against the API host and failed. api.github.com is now mapped to flux's default public host, so enable succeeds on both the CLI and the console.
GitHub Enterprise and self-hosted GitLab hosts are preserved (their real hostname is still used) via exact-match handling.
Delta since v0.19.0
fix(gitops): treat api.github.com as public GitHub for flux bootstrap (#87)