oras.land/oras-go/v2@v2.5.1-0.20240520045656-aef90e4d04c4/registry/remote/credentials/testdata/credHelpers_config.json (about)

     1  {
     2      "auths": {
     3          "registry1.example.com": {
     4              "auth": "dXNlcm5hbWU6cGFzc3dvcmQ="
     5          },
     6          "registry3.example.com": {
     7              "auth": "Zm9vOmJhcg=="
     8          }
     9      },
    10      "credHelpers": {
    11          "registry1.example.com": "registry1-helper",
    12          "registry2.example.com": "registry2-helper",
    13          "registry3.example.com": ""
    14      }
    15  }