Skip to content

Add support "Identity Mapping Name" parameter #71

Description

@chongwang87

As per OIDC Token Exchange documentation, the payload support identity_mapping_name. It will be useful if we are able to define the identity mapping for different scenario (public, private repo) for single OIDC integration provider setup.

  providerConfig:
    - name: public-repo
      artifactoryUrl: <artifactoryUrl>
      matchImages:
        - "public-docker.<artifactoryUrl>"
      azure:
        . . .
        jfrog_oidc_provider_name: "azure-oidc-team-a"
        jfrog_oidc_identity_mapping_name: "sa-public-readonly"
    - name: private-repo
      artifactoryUrl: <artifactoryUrl>
      matchImages:
        - "team-a-docker.<artifactoryUrl>"
      azure:
        . . .
        jfrog_oidc_provider_name: "azure-oidc-team-a"
        jfrog_oidc_identity_mapping_name: "sa-private-team-a"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions