Skip to content

GONRG-2779: Config manager improvements

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?

Later osdu_api.ini configuration file was required to be stored in current working directory of SDK for initializing clients. This approach doesn't work well, when we install Python SDK as a package using pip.

Config file can be specified using the path to .ini config file in OSDU_API_CONFIG_INI Env var or the path can be passed directly to Config Manager's __init__

Edited by Siarhei Khaletski (EPAM)

Merge request reports