Skip to content

Share data with WALLIX

To make migration successful, collected data must be sent to WALLIX.

Files to be shared with WALLIX

Data

  • Backup file (.wbk file) generated in this step
  • Session recording archive(s) generated in this step

NOTE

Backup archive concerns only the Bastion, not the Access Manager.

Secrets

  1. Create a file named backupkey.txt that contains the encryption key used in this step to secure the Bastion backup

  2. Create a file named passphrase.txt that contains the on-premise Bastion's passphrase. The file must be created even if no passphrase is set - it will remain empty in that case.

  3. Create an archive named secrets.zip containing the files backupkey.txt and passphrase.txt. This archive must be encrypted using AES256 algorithm

    Below is an example of a ZIP archive encrypted with AES-256, created in a Linux environment.

    IMPORTANT

    Use both options -t7z and -p in order to encrypt archive with AES256 algorithm.

    bash
    # Setup first variables BASTION_PASSPHRASE, BASTION_BACKUP_KEY and CUSTOMER_SECRET_KEY
    echo "${BASTION_PASSPHRASE}" > passphrase.txt # To be created even if no passhrase set on Bastion
    echo "${BASTION_BACKUP_KEY}" > backupkey.txt
    7z a -t7z -p"${CUSTOMER_SECRET_KEY}" secrets.zip passphrase.txt backupkey.txt
  4. Next, follow the steps below to upload the backup, session recording, and secrets.zip archives for WALLIX cloud operators

Install Azure Storage Explorer

On a machine (Linux, Windows or MacOS) with online access, download and install Azure Storage Explorer Client.

Configure Azure Storage Explorer

In Edit > Settings > Transfers, verify the option Put MD5 is enabled.

Put MD5

Connect to WALLIX One PAM storage

In Azure Storage, click on the connect button.

Connect button

Select Blob container or directory.

Bloc container or directory

Select the connection method Shared access signature URL (SAS) and click Next.

Storage connection method

Fill field Blob container or directory SAS URL with the URL provided by WALLIX and click Next.

NOTE

Display name field is auto-filled by Azure Storage Explorer when the URL is provided.

Enter connection info

Validate summary by clicking on Connect.

Validate summary

Upload files

Once connected, open the blob container available in the explorer.

IMPORTANT

To enforce security, only whitelisted IP can access the container

Open container

Data can be uploaded using the Upload button > Upload File.... Only select files in the window, do not change other default parameters.

Upload files

NOTE

Files can only be listed or uploaded. File can be overwritten providing new version of the file with the same name.