Closed rhuss closed 7 years ago
@rhuss, thanks! @KurtStam, please review this.
would be good to merge this then work on removing keycloak in subsequent pr
I'll review later today
retest this please
Conflict to resolve!
Merged master, fixed conflicts. Fingers crossed.
@jimmidyson thanks !
Btw, I guess its now better to merge from master than to rebase on master as the changes are that big that rebasing doesn't work well anyway.
Well my main reason to merge is when pushing to someone else's PR branch, if you force push then it closes the PR :scream:
@zregvart @KurtStam @jimmidyson all green now. I know, review might be a bit tedious, but we need to get this merged asap. Its needed for TP1 ;-)
Pull request approved by @jimmidyson - applying approved label
Pull request approved by @jimmidyson - applying approved label
This is the start of removing calling out to GitHub for storing integrations. Instead the generated runtime files are directly send as binary input to a s2i source build. These files exist only temporarily on disc.
The first step was to remove git and switch to calling a binary build. It is currently not yet end2end tested.
The next steps are also to get rid of all Keycloak references and adapt the deployment accordingly.
Still need to understand how the OpenShift oauthclient can be used for substituting authentication (can it ?)
The 'github' module has been removed.