Versions Compared

Key

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

...

The Staging Repository provides 3 key manager implementations: *

  • Basic: Uses a single master DEK set as a configurable parameter.

Configuration:

Code Block
languagejs
themeRDark
keyManager:{
    type:'basic',
     basic:{
         masterKey:'MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMzI='
     }
 }

...

Code Block
languagejs
themeRDark
{
    "modules": {
        "connector": [
            {
                "module": "ForeignKeyJoin"
            },
            ...
        ]
    }
}
 


With this configuration, foreign key merges will happen for the connector scope on any Process or Fetch event.

...