Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The openIDL applications use vault integration as wallet implemention implementation to access identites identities who transact on the HLF application channels.

...

AWS apps user is used by the openIDL application. For example, to pull the vault access credentials from AWS secrets manager.

The AWS apps user access key and secret key are available in the terraform state.

To create new AWS secret, go to AWS secrets manager and create a secret of type Other.

The secret should be stored as json:

Code Block
{
    "access_id":"ACCESS ID",
    "secret_key":"SECRET KEY"
} 


  • Cognito user pool and app integration access are configured in AWS Cognito

...