-
Hi, While doing PoC of this approach I came upon problem, that exports and imports are stored in account JWT, thus all changes require to use operator signing key. But I would like to avoid unnecessary overhead and bottleneck in having to ask central team to do all import and export changes on accounts, while not sharing operator private keys. Is there some secure way to allow account owners to manage their own exports and imports without access to operator private keys? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
you cannot - think about it, the imports and the exports are stored in the account JWT, the account JWT is trusted because it is signed by the operator, thus you need to have an operator sign the account. |
Beta Was this translation helpful? Give feedback.
-
Such functionality is provided by managed operator. |
Beta Was this translation helpful? Give feedback.
The managed operator is using an operator signing key to issue the account (accounts have to be signed by the operator).