notes/customer_manager.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-10-15 16:41:13 +02:00
parent a9bcb58047
commit 3b19661b18
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -120,7 +120,10 @@ from one region to another.
*** Cross region Account switching
Provide a global deployed node that provide an account switching.
The goal of this step is to deploy a new single global application API + UI
that will help the user select their account across regions.
The user will be able to see the list of accounts per region and should be
able to directly login to the selected account.
This could be the occasion to make a new global deployment.
A specific node with credentials that could be used to call all IROH nodes.
@ -138,6 +141,7 @@ notion of /Customer Manager Session/ at the User-Identity level.
Customer Manager JWT. This is the biggest work to be done. Currently the
code to login takes great care at checking some claims in the JWTs.
We need to support User-Identity session instead of User session.
- [ ] Support
- [ ] Create a new set of services in IROH that will be the future Customer
Manager. And see with the ops how we could deploy it.
I would guess deploy this on NAM, and the node will call the 3 IROH nodes.