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
{{ message }}
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
My current thinking is that every user and organization on GitHub should map to a specific instance. This would mean that for Code Valet itself, our CI/CD would be found on codevalet.codevalet.io.
What will need to be done some additional listing of Organization-instances on /profile so that somebody in an organization like codevalet can navigate to that instance.
The text was updated successfully, but these errors were encountered:
so this ties in with the creation in blue ocean. It would be possible to modify blue ocean to limit the selection of orgs (as it is, it gets the full set returned from github via the access token).
Longer term oauth could be used so there is no access token required, so this may well be a temporary measure (given that, could we live with this as it is temporarily with the priviso that it will be locked down? or is the risk for people building too much and causing shenanigans too high?)
Now that all master instances live under codevalet.io/u/<name>, the approach that I'm thinking of is to create a page decorator plugin (for Blue Ocean???) which adds an iframe to a URL like /profile/frame, which would be able to provide some information and organization switching, etc.
Just realized that I need to tackle this to provide an org user (e.g. @headius) the ability to navigate and authenticate with https://jruby.codevalet.io/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My current thinking is that every user and organization on GitHub should map to a specific instance. This would mean that for Code Valet itself, our CI/CD would be found on
codevalet.codevalet.io
.What will need to be done some additional listing of Organization-instances on
/profile
so that somebody in an organization likecodevalet
can navigate to that instance.The text was updated successfully, but these errors were encountered: