Versions Compared

Key

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

Datameer X's Advanced Governance module is sold as a separate add-on and includes tools to help you manage your data, such as Kerberos secured impersonation and /wiki/spaces/DASSB100/pages/32569527062SAML SSO. To purchase the Advanced Governance module, talk to a Datameer X sales or services representative. The following features are a part of Advanced Governance.

...

  1. Open the 'Admin' tab → 'Plug-Ins' and select the plug-in ''Obfuscation Plug-in''The 'configure' icon appears in column 'Actions'.

     

  2. Click the ''Configure'' icon. The plug-in settings open. 
  3. Choose the obfuscation algorithm "/wiki/spaces/DASSB110/pages/20221231386" from the drop-down. 
  4. Enter the AES encryption key. 
    INFO: The key consists of 16 characters and must fulfill: select mode /wiki/spaces/DASSB110/pages/20221231386, key size 128 bits, output text format Base64. 
  5. Enter the AES Initialization Vector and confirm with "Save"Column obfuscation is finished.
    INFO: Use the same encryption key and initialization vector fulfilling the same preferences. 
     

SAML SSO

The /wiki/spaces/DASSB100/pages/32569527062 plugThe SAML SSO plug-in delivered with Datameer X provides the basic infrastructure which allows Datameer X to participate in a SAML SSO environment as a service provider. 

...

  1. Ensure that the HDFS ALC functionality is enabled at the Hadoop cluster. 
    INFO: See Enabling ACLs.
  2. /wiki/spaces/DASSB100/pages/32569526778Install the 'Multiple Group Sharing by ACLs' plug-in in Datameer X's 'Admin' section. 
  3. Activate the plug-in via REST API. 
    INFO: This step is not required when NMU mode is activated. 

    Request MethodPUT
    URI Syntax


    Code Block
    curl -v -u '<user>:<password>' -X PUT 'http://host:port/api/groupPermissionMode?mode=MULTIPLE_USERS_GROUPS'


    ResponseThe call should return '204 No Content' HTTP code.


...