Versions Compared

Key

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

This section contains the solutions for common problems regarding STageR functionality. 

On this page:

Table of Contents

Storage Unit


How can I disable encryption in my Storage Unit?

1. Before publishing data to STageR, manually create your Storage Unit.

For example, go to http://localhost:3000/admin/create/myStorageUnit (using your default server name and port)

Image Added

2, Check your current Storage Unit settings. 

For example, go to http://localhost:3000/admin/getConfiguration/<storage_unit> (using your default server name and port)

Image Added

3, Disable encryption. 

For example, go to http://localhost:3000/admin/enableContentEncryption/<storage_unit>/false (using your default server name and port)

Image Added

4, Confirm that the change has been applied. 

For example, go to http://localhost:3000/admin/getConfiguration/<storage_unit> (using your default server name and port)

Image Added