7.8 File Manager

A new feature File Manager has been added in Workspace Summary screen. For it to be visible in UI, File Read, File Write, and File Delete role should be mapped.

File manager is a ftpshare home path. It has option to Upload a new file., create a new folder, preview the file, delete and download options.

Document Gateway related feature added.

The following are the configurations added in config.sh:

  • MMG Gateway Configuration
    • export MMG_GATEWAY_ENABLED=##MMG_GATEWAY_ENABLED##
    • export MMG_GATEWAY_PORT=##MMG_GATEWAY_PORT##
    If Gateway is enabled, the following property can be set to control the pages where MMG can be embedded:
    • Set to 'self' to allow embedding only from the same origin (recommended for most setups).
    • Set to 'all' or '*' to allow embedding from any origin. (less secure).
    • Set to a comma-separated list of origins to allow embedding from those specified origins and from the same origin. Export MMG_CSP_FRAME_ANCESTORS=##MMG_CSP_FRAME_ANCESTORS## MMG_CSP_FRAME_ANCESTORS should be configured to all or the AAI or EST origin when MMG has to be embedded from EST or AAI. By default MMG pages cannot be embedded if Gateway is enabled. This is to prevent clickjacking vulnerability.
  • If the Gateway is enabled, this property can be set to control the pages where Data Studio can be embedded:
  • Set to '*' to allow embedding from any origin (less secure). # Set to a comma-separated list of origins to allow embedding from those specified origins and from the same origin.
  • By default, this is set to MMG Gateway URL.
  • If a load balancer or an external gateway is configured for MMG Gateway, the URL must be included in the list of origins. export DATASTUDIO_CSP_FRAME_ANCESTORS=##DATASTUDIO_CSP_FRAME_ANCESTORS##

SAML changes:

  • export SAML_SP_ENTITY=[https://ofss-mum-2476.snbomprshared1.gbucdsint02bom.oraclevcn.com:7001/cs]
  • export SAML_SRV_URL=[https://ofss-mum-2476.snbomprshared1.gbucdsint02bom.oraclevcn.com:7001/cs/home]export SAML_SP_ENTITY=https://ofss-mum-2476.snbomprshared1.gbucdsint02bom.oraclevcn.com:<GATEWAYPORT>/cs
  • export SAML_SRV_URL=https://ofss-mum-2476.snbomprshared1.gbucdsint02bom.oraclevcn.com:<GATEWAYPORT>/cs/home