You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support mTLS as an auth mechanism for API calls.
Additional context
mTLS ensures that the parties at each end of a network connection are who they claim to be by verifying that they both have the correct private key. The information within their respective TLS certificates provides additional verification.
Further details
We currently use API keys to authenticate protected requests. We need to offer mTLS as an alternative auth mechanism, this will allow our customers to set up internal communication between their services and Jackson.
If possible both auth mechanisms should work (shouldn't be a choice between mTLS or API Keys).
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
We should support mTLS as an auth mechanism for API calls.
Additional context
mTLS ensures that the parties at each end of a network connection are who they claim to be by verifying that they both have the correct private key. The information within their respective TLS certificates provides additional verification.
Further details
We currently use API keys to authenticate protected requests. We need to offer mTLS as an alternative auth mechanism, this will allow our customers to set up internal communication between their services and Jackson.
If possible both auth mechanisms should work (shouldn't be a choice between mTLS or API Keys).
The text was updated successfully, but these errors were encountered: