feat: oidc config on harbor side

This commit is contained in:
2023-12-29 15:06:19 +00:00
parent c07c80c24f
commit 9baacd5597
4 changed files with 14 additions and 11 deletions

View File

@@ -2,13 +2,15 @@ server 172.16.1.0 255.255.255.0
#server-ipv6 fd2a:aef:608:1::/64
dev athq_sheppyvpn
dev-type tap
dev-type {{ dev_type }}
proto tcp
port 7012
proto {{ proto }}
port {{ port }}
{% if dev_type == "tap" %}
topology subnet
client-to-client
{% endif %}
# disable logging
#log /dev/null