sonatype-nexus-community/ossindex-python

[FEATURE] Support OSS Index authentication programatically

madpah opened this issue · 0 comments

This library currently assumes any authentication to OSS Index will be stored in a configuration file .oss-index.config. This does not suit all use cases where this library is being used programatically by another application.

This feature will allow authentication details to be passed into the library directly without requiring a configuration file.