-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[idea] Configuration Backend #7
Comments
Integrating with PowerDNS-Admin for zone authorization (and authentication?) would be great. |
Hi all, Yes, more flexible authentication would be doable. We'll add it to the backlog of features. Thanks! |
@fincham we're currently thinking about tackling this one: A generic authentication system, with backends for the current ini-format and PowerDNS-Admin. Plus docs on how to add a new one, of course. While researching the PowerDNS-Admin one, we kind of hit a snag: where do we store the API key? should the password just act as an API key? Using the tenants/accounts feature, an What do you think? |
PowerDNS-Admin supports account types that don't have a set password (e.g. SAML). |
That would require API clients to speak SAML to the auth-proxy, which way out of scope for us, sorry. We're only thinking about support for the currently implemented API key schema; all extensions to that would have to be done by someone else. |
I would suggest to support a mysql/odbc basic schema (user/password/key/[[permissions]]) |
Hi folks, I'm off work due to illness at the moment but I'll get back to this issue next week hopefully. Thanks, |
Hi,
do you think that would be possible to implement a database and/or ldap backend integration?
Having a proxy is useful but restarting the app and editing a configuration file is difficult to implement in automation environments.
The text was updated successfully, but these errors were encountered: