github.com/dtroyer-salad/og2/v2@v2.0.0-20240412154159-c47231610877/registry/remote/credentials/testdata/valid_auths_config.json (about) 1 { 2 "auths": { 3 "registry1.example.com": { 4 "auth": "dXNlcm5hbWU6cGFzc3dvcmQ=" 5 }, 6 "registry2.example.com": { 7 "identitytoken": "identity_token" 8 }, 9 "registry3.example.com": { 10 "registrytoken": "registry_token" 11 }, 12 "registry4.example.com": { 13 "auth": "dXNlcm5hbWU6cGFzc3dvcmQ=", 14 "identitytoken": "identity_token", 15 "registrytoken": "registry_token" 16 }, 17 "registry5.example.com": {}, 18 "registry6.example.com": { 19 "username": "username", 20 "password": "password" 21 }, 22 "registry7.example.com": { 23 "auth": "dXNlcm5hbWU6cGFzc3dvcmQ=", 24 "username": "foo", 25 "password": "bar" 26 } 27 } 28 }