github.com/dtroyer-salad/og2/v2@v2.0.0-20240412154159-c47231610877/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  }