Skip to content

Correct qualified service principal module name

Nur Sheikh requested to merge incorrect-auth-module-name into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

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

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

osdu_api.provider.%s.%s in line 69 in base_client.py is incorrect. provider specific code is now in providers/ directory. Therefore correct qualified module name should be osdu_api.providers.%s.%s

Merge request reports