Skip to content

Merge updates to slb-master from 1st of April to 13th April into OSDU master branch.

Erik Dahl requested to merge slb-master into master

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?

Collection of new feature (Authentication should now use utilities::TokenSourceFactory::getTokenSource(...) method to get the tokenSource. New authentication method is BasicFile which allows a token to be read from a file rather than as an environment variable. This would allow a secondary process to update the token file, thereby allowing for an extended process run. + Fixes for the logger class.

Merge request reports