Skip to content

fix: disable authorization delegation to OSDU in M14

Fabien Bosquet requested to merge fix/0.17/disable_authorization into release/0.17

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

This is a quick fix for M14 only. The goal is to disable the authZ in this branch beacuse it is not working as expected. The authZ have just been fixed in main branch and is now targeted for a M15 release. (#15 (closed)) However, it is best not to cherry pick the fix from main to release/0.17. The best is to go back to the situation of the server in M13 (ie without authZ) Issue is also related to this issue #27 (closed)

Merge request reports