Closed nithinssabu closed 1 week ago
Hi @nithinssabu , thanks for the contribution.
Can you give me an idea of the use case for this?
Hi @nithinssabu , thanks for the contribution.
Can you give me an idea of the use case for this?
Hey @jwulf
This is required as part of a change in the deployment functionality within Web Modeler. The epic is about unifying the deployment experience between the SaaS and Self-Managed product contexts.
In SaaS, deployments are easy from Web Modeler. Users select a cluster and deploy. We want to bring the same experience also to Self-Managed (currently users fill out a manual entry form where they have to enter the cluster details including the credentials).
This change is relevant for the authorization slice of the epic where we will switch to using the user token instead of the M2M token generated using client ID and secret.
In short, it's about changing from this:
to this:
PS: I was planning to reach out to you today. I just wanted to try this out first to verify if it works. I will read the contribution guide and improve the PR, add tests, fill more details, etc. before marking it as ready. In the meantime, if you already find any red flags or possible improvements in the approach, please share.
Description of the change
Closes #276
Type of change
Checklist
alpha
branchFurther comments
[If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...]