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

[Feature]: Add (m)TLS configuration of Callbacks #1813

Closed
romanstrobl opened this issue Dec 31, 2024 · 0 comments
Closed

[Feature]: Add (m)TLS configuration of Callbacks #1813

romanstrobl opened this issue Dec 31, 2024 · 0 comments
Assignees

Comments

@romanstrobl
Copy link
Member

Description

Add new attributes when configuring callbacks via REST API:

  • trustStoreContent for the trust store
  • keyStoreContent for the key store

Validate that only location or content is used i.e. prevent accidental misconfiguration.

Acceptance criteria

Callbacks authentication can be configured using REST API using the trust store and key store files content.

The new stored content is used when establishing the TLS.

Old location setting is still valid and not deprecated.

Only location or content configuration is used at a time.

Technical specification

The trust store and key store data should be stored as base64 in CLOB column data types.

QA specification

Verify that only one configuration can be made i.e. when location is configured location is used, and vice versa, when content is configured content is used.

Verify that TLS and mTLS is working.

JIRA issue code

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant