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

     1  {
     2      "auths": {
     3          "registry1.example.com": {
     4              "auth": "username:password"
     5          },
     6          "registry2.example.com": "whatever",
     7          "registry3.example.com": {
     8              "identitytoken": 123
     9          }
    10      }
    11  }