-
Notifications
You must be signed in to change notification settings - Fork 232
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
Enable Mutual TLS authentication #503
Labels
Comments
I'm working on a PR. Would this setup work for you? custom:
customDomain:
tlsTruststoreUri: 's3://my-bucket/my-trust.pem'
tlsTruststoreVersion: 'optional s3 object version' |
Hey @cjuega . That will certainly do the job. |
cjuega
pushed a commit
to cjuega/serverless-domain-manager
that referenced
this issue
Jun 22, 2022
cjuega
pushed a commit
to cjuega/serverless-domain-manager
that referenced
this issue
Jun 22, 2022
cjuega
pushed a commit
to cjuega/serverless-domain-manager
that referenced
this issue
Jun 24, 2022
@nestor-bolivar here it is 😄 |
cjuega
pushed a commit
to cjuega/serverless-domain-manager
that referenced
this issue
Jun 24, 2022
…to fix codacy issue
cjuega
pushed a commit
to cjuega/serverless-domain-manager
that referenced
this issue
Jun 24, 2022
…to fix codacy issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Feature Request
Is your feature request related to a problem? Please describe.
API gateway provide us with a method to authenticate http requests using client-server certificates. We are missing this option. Refer to https://aws.amazon.com/blogs/compute/introducing-mutual-tls-authentication-for-amazon-api-gateway/
Describe the solution you'd like
A clear and concise description of what you want to happen. Add any considered drawbacks, and what
serverless.yml
would look like:Describe alternatives you've considered
Move to terraform
Any Other Info
If you can, maybe sketch out implementation details? If you've started a PR for this feature, link it here.
The text was updated successfully, but these errors were encountered: