You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The private key passphrase should not be stored in the config on disk, but the aio-lib-ims-jwt ims plugin requires it as a property on the context to unlock the private key. This is not secure. The passphrase is often a transient value provided as a flag via the CLI.
We need a way to:
use an in-memory-context config that can be modified without it being written to disk (so you can set the passphrase property, for example)
getToken should use this in-memory-context config
The text was updated successfully, but these errors were encountered:
The private key passphrase should not be stored in the config on disk, but the
aio-lib-ims-jwt
ims plugin requires it as a property on the context to unlock the private key. This is not secure. The passphrase is often a transient value provided as a flag via the CLI.We need a way to:
getToken
should use this in-memory-context configThe text was updated successfully, but these errors were encountered: