chore: use robot account for harbor

master
Sven Ketelsen 5 years ago
parent 1a93b40658
commit a12d77390a

@ -3,6 +3,8 @@
stage: "dev"
docker_registry: dev-docker-registry-01.smardigo.digital
docker_registry_username: "< see vault >"
docker_registry_token: "< see vault >"
alertmanager_channel_smardigo: "#monitoring-qa"

@ -0,0 +1,10 @@
$ANSIBLE_VAULT;1.1;AES256
39313531633739326530626666386131353364613730656339343961343033343466356236666631
3363306565313631366533643762626234393935616362300a376237613930383138613939656437
33393730306335316163303863383230646337316432383431613133353735376330323563306434
6239623063383465320a616562343839373538323330636235613733306331333963623131386534
65613139366464306165313230373366346463623239343561653739326430373036313565623432
64363237613666663433336466363864646263633735666563376138346263336433346265393435
36376161633431343534373264363133363434633161343636383534356635666365306566626463
63366461643533633562613063323335303437343138663061623933343264653439353637356631
33646131643732303262363238386637666232356562363630616335323330653365

@ -1,10 +1,7 @@
{
"auths": {
"dev-docker-registry-01.smardigo.digital": {
"auth": "ZG9ja2VyLWFkbWluOnlZVGRXY1ExS01UZWxsOEVOVHlEVjlkZWRRUWZVTg=="
"{{ docker_registry }}": {
"auth": "{{ [docker_registry_username, docker_registry_token] | join(":") | string | b64encode }}"
}
},
"HttpHeaders": {
"User-Agent": "Docker-Client/19.03.13 (linux)"
}
}
Loading…
Cancel
Save