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

Add downstream mTLS support #1839

Closed
2 tasks done
sgayangi opened this issue Oct 31, 2023 · 1 comment
Closed
2 tasks done

Add downstream mTLS support #1839

sgayangi opened this issue Oct 31, 2023 · 1 comment

Comments

@sgayangi
Copy link
Contributor

sgayangi commented Oct 31, 2023

mTLS support at the data plane between a client and the gateway will be addressed via an authType in the Authentication CR, which has been outlined below.

apiVersion: "dp.wso2.com/v1alpha2"
kind: "Authentication"
metadata:
  name: "mtls-authentication"
spec:
  default:
    authTypes:
      mtls:
        required: "optional"
        disabled: false
        configMapRefs:
        - name: "mtls-test-configmap"
          key: "tls.crt"
    disabled: false
  targetRef:
    group: "gateway.networking.k8s.io"
    kind: "API"
    name: "f7996dce4ac15e2af0f8ee14546c4f72988eddae"

Tasks

@sgayangi sgayangi self-assigned this Oct 31, 2023
@sgayangi sgayangi moved this from Backlog to In-Progress in APK Development Nov 23, 2023
@sgayangi sgayangi changed the title Add mTLS support Add downstream mTLS support Nov 23, 2023
Krishanx92 added a commit that referenced this issue Jan 10, 2024
Tharsanan1 added a commit that referenced this issue Jan 17, 2024
@sgayangi
Copy link
Contributor Author

Fixed with #1857
Resource level mTLS issue will be tracked in #1953

@github-project-automation github-project-automation bot moved this from In-Progress to ✅ Done/Done in APK Development Jan 18, 2024
@CrowleyRajapakse CrowleyRajapakse added this to the 1.1.0-alpha milestone Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done/Done
Development

No branches or pull requests

2 participants