Skip to content

fix: check for valid settings before creating EventStreams #1001

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

Merged
merged 3 commits into from
Aug 13, 2024

Conversation

mkanoor
Copy link
Contributor

@mkanoor mkanoor commented Aug 12, 2024

JIRA: https://issues.redhat.com/browse/AAP-29132

Before we create event streams we have to check the settings are proper.
If the EDA_WEBHOOK_BASE_URL is missing we should not allow users to create event streams that use non mTLS webhooks.

If the EDA_WEBHOOK_MTLS_BASE_URL is missing we should not allow users to create event streams that use mTLS webhook.

Screenshot 2024-08-12 at 12 29 13 PM Screenshot 2024-08-12 at 12 28 47 PM

@mkanoor mkanoor requested a review from a team as a code owner August 12, 2024 16:50
@mkanoor mkanoor force-pushed the aap_29132 branch 4 times, most recently from a5ceb29 to 3c324e6 Compare August 12, 2024 19:24
JIRA: https://issues.redhat.com/browse/AAP-29132

Before we create event streams we have to check the settings
are proper. If the EDA_WEBHOOK_MTLS_BASE_URL is missing we should
not allow users to create event streams that use mTLS webhook.
Copy link

@mkanoor mkanoor merged commit 7139ddd into ansible:main Aug 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants