WIP: new oauth plugin for NBS to replace backend plugin#159
Merged
DevelopmentCats merged 59 commits intomainfrom Oct 31, 2025
Merged
WIP: new oauth plugin for NBS to replace backend plugin#159DevelopmentCats merged 59 commits intomainfrom
DevelopmentCats merged 59 commits intomainfrom
Conversation
f0ssel
approved these changes
Oct 31, 2025
Contributor
f0ssel
left a comment
There was a problem hiding this comment.
This is a lot but it seems functional and is essentially in an alpha state to start, so let's ship and continue to iterate if things come up.
Contributor
Author
I agree it was a ton of stuff to figure out so I'm sure things will come up, but I will make sure to keep an eye out to address, and i'm sure this will become a bit more user friendly once we merge the NFS PR. |
f0ssel
approved these changes
Oct 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I figured it would be easier/better to incorporate this into a new module so that we can still serve the old legacy backend plugin in the mean-time.
This allows us to use coder as a sign in provider, or a resource provider depending on how the user incorporates it into backstage.
There is minimal setup for the plugin itself, but its a few more steps for the frontend inserts, but this will be minimized when we update the frontend plugin for the NFS in the other PR #149
Let me know if this aligns with what we are looking for, but I think this should be ideal for what the customer was looking for.