Skip to content
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

mTLS Kong Admin API authentication support #508

Closed
ludovic-pourrat opened this issue Oct 21, 2021 · 0 comments
Closed

mTLS Kong Admin API authentication support #508

ludovic-pourrat opened this issue Oct 21, 2021 · 0 comments

Comments

@ludovic-pourrat
Copy link
Contributor

This is a new feature request to support Kong mTLS authentication capabilities.

Kong API administration API can be secured via mTLS authentication by setting the following NGINX directives,

    nginx_admin_proxy_ssl_verify: "on"
    nginx_admin_ssl_client_certificate: /etc/secrets/tls.crt
    nginx_admin_ssl_verify_client: "on"
    nginx_admin_ssl_verify_depth: 3
    nginx_admin_ssl_trusted_certificate: /etc/secrets/ca/ca-bundle.crt

Thus, Deck shroud provide a way to specify client certificates.

Feedback are welcome.

ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Oct 21, 2021
ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Jan 10, 2022
ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Jan 17, 2022
ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Jan 17, 2022
ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Jan 17, 2022
ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Jan 19, 2022
ludovic-pourrat added a commit to ludovic-pourrat/deck that referenced this issue Jan 19, 2022
@hbagdi hbagdi closed this as completed in 1a75133 Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant