configure vault oidc login and cicd jwt login

This commit is contained in:
2024-10-07 17:39:27 +02:00
parent 5beaee60ac
commit 50399328dc
17 changed files with 271 additions and 28 deletions
@@ -21,7 +21,7 @@ gitea:
external: true
services:
gitea:
image: gitea/gitea:1.22.1
image: gitea/gitea:1.22.2
container_name: gitea
restart: always
environment:
@@ -41,6 +41,7 @@ gitea:
GITEA__mailer__SMTP_PORT: 465
GITEA__mailer__PASSWD: '{{ gitea_vault.GITEA__mailer__PASSWD }}'
GITEA__server__SSH_PORT: 2222
GITEA__server__SSH_DOMAIN: "{{ lookup('dig', groups.gitea[0]) }}"
GITEA__server__SSH_LISTEN_PORT: 22
networks:
- gitea