pdns-tsig-key-manager/config.example.yml

15 lines
476 B
YAML
Raw Permalink Normal View History

2024-09-08 12:24:40 +00:00
---
server:
bind_address: 127.0.0.1
port: 3000
powerdns:
server_url: https://my.powerdns.api.server:3000
server_api_key: my_power_dns_server_api_key
server_id: localhost
oidc:
issuer: https://openidconnect.provider.tld/realms/if-you-use-keycloak
client_id: client-id-you-generated
client_secret: client-secret-that-you-generated-or-copied
callback: https://the-public-domain-of-this.service.tld/openid/callback
introspection_url: [...]