github.com/dtroyer-salad/og2/v2@v2.0.0-20240412154159-c47231610877/registry/remote/credentials/testdata/legacy_auths_config.json (about) 1 { 2 "auths": { 3 "registry1.example.com": { 4 "auth": "dXNlcm5hbWUxOnBhc3N3b3JkMQ==" 5 }, 6 "http://registry2.example.com": { 7 "auth": "dXNlcm5hbWUyOnBhc3N3b3JkMg==" 8 }, 9 "https://registry3.example.com": { 10 "auth": "dXNlcm5hbWUzOnBhc3N3b3JkMw==" 11 }, 12 "http://registry4.example.com/": { 13 "auth": "dXNlcm5hbWU0OnBhc3N3b3JkNA==" 14 }, 15 "https://registry5.example.com/": { 16 "auth": "dXNlcm5hbWU1OnBhc3N3b3JkNQ==" 17 }, 18 "https://registry6.example.com/path/": { 19 "auth": "dXNlcm5hbWU2OnBhc3N3b3JkNg==" 20 }, 21 "https://registry1.example.com/": { 22 "auth": "Zm9vOmJhcg==" 23 } 24 } 25 }