Skip to content

Extend dynamic authentication discovery across nv-boot registry clients #558

Description

@along-2017

Description

Most registry clients in nv-boot-starter-registries authenticate against fixed,
per-registry token endpoints with duplicated per-client auth logic. This issue tracks
future improvements to generalize dynamic authentication discovery across the module.
Implementation details are TBD and will be refined per client before each piece of work
starts.

Planned scope, in rough order:

  1. Move the NGC artifact registry client off its legacy path and onto the OCI distribution
    spec flow (TBD; needs more information from NGC on the supported artifact API).
  2. Refactor the oci package to provide dynamic authentication discovery as the shared
    implementation.
  3. Refactor the ngc, acr, artifactory, docker, and harbor clients to use the new oci
    package.
  4. ecr and volcengine clients: TBD

Definition of Done

  • Challenge discovery lives in the oci package and is reused by clients instead of
    being duplicated per client.
  • The NGC artifact registry client no longer depends on the legacy endpoint.
  • Existing registry suites keep passing; migrated behavior is covered by tests.

Resources


By submitting this issue, you acknowledge that you are an assigned member of the NVCF development team and agree to follow our code of conduct and our contributing guidelines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions