Replies: 7 comments
-
Questions for VRMS
|
Beta Was this translation helpful? Give feedback.
-
app token for login
Background info
|
Beta Was this translation helpful? Give feedback.
-
login processI remember the old v0.4 VRMS got it working to the point where it was able to create new users in the cognito user pool and was able to login to cognito and get a JWT. Basically, it should work like that, where
PD backend will be able to recognize the token and know which user is making the request. Reasoning
|
Beta Was this translation helpful? Give feedback.
-
APIs for VRMS features
|
Beta Was this translation helpful? Give feedback.
-
Potential PD Schema Change: We need to include a way to indicate whether or not a project's github repo is archived. If a project has multiple github repos, each repo can have an archive indicator. |
Beta Was this translation helpful? Give feedback.
-
Notes from meeting
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure if VRMS needs to do Cognito So that could be an app token. But app tokens aren't useful if they're available in the frontend where the user can potentially access them if they know what they're doing. That's why there's the backend requirement. But Cognito documentation itself doesn't recommend using client_secret for frontend apps. It recommends having it for apps with backends, like CTJ. Another way to limit access is to limit the IPs and such that can send API requests. Maybe that route is the way to go if we want to control API access. Or maybe there are other ways. |
Beta Was this translation helpful? Give feedback.
-
Overview
We are meeting with a key stakeholder, the VRMS team, to discuss their needs and gain input as we continue with initial setup.
This issue records both our questions for them and their responses/feedback.
Action Items
Resources/Instructions
Beta Was this translation helpful? Give feedback.
All reactions