Skip to content

Azure AKS HELM Limitation for Fresh Installation

Issue

During a fresh installation of Privacera Manager on Azure AKS using HELM charts, files might not appear on the File Explorer menu of Data Inventory. Instead, the error message “No files found” is displayed.

This behavior occurs due to a known HELM limitation that affects fresh installations on Azure AKS

Important Considerations

  • This issue affects only fresh installations on Azure AKS using HELM charts. Existing installations or upgrades are not impacted.
  • The workaround involves deleting dataserver SSL certificates and regenerating them during the upgrade process.
  • This ensures that the dataserver is properly configured to work with ADLS File Explorer.

Workaround

To resolve this issue, follow these steps::

  1. Set your custom-vars.
  2. Run privacera-manager.sh setup to apply initial configuration.
  3. Run pm_with_helm.sh install
  4. Delete the dataserver-related files from the config/ssl directory:
    Bash
    rm -rf ~/privacera/privacera-manager/config/ssl/dataserver*
    
  5. Run privacera-manager.sh setup again to regenerate certificates.
  6. Run pm_with_helm.sh upgrade.
  7. Run privacera-manager.sh post-install.