Skip to content

feat: add gateway.unauthorized Kafka topic#59

Merged
michaelbeutler merged 3 commits intomainfrom
feat/gateway-unauthorized-topic
Apr 1, 2026
Merged

feat: add gateway.unauthorized Kafka topic#59
michaelbeutler merged 3 commits intomainfrom
feat/gateway-unauthorized-topic

Conversation

@michaelbeutler
Copy link
Copy Markdown
Contributor

Summary

  • Add new gateway.unauthorized Kafka topic to the truvami-gateway chart for storing unauthorized requests
  • Topic name is configurable via kafka.topic.unauthorized in values.yaml (defaults to gateway.unauthorized)
  • Includes KafkaUser ACL granting Create, Describe, Write permissions
  • Bumps truvami-gateway 0.0.330.0.34 and truvami-stack 0.1.2390.1.240

Closes https://github.com/truvami/gateway/issues/57

Test plan

  • Verify helm template charts/truvami-gateway renders the new KafkaTopic and ACL correctly
  • Verify helm lint passes for both truvami-gateway and truvami-stack
  • Deploy to staging and confirm the topic is created in Kafka

@github-actions
Copy link
Copy Markdown
Contributor

📊 Chart Diagram

Visual representation of Kubernetes resources in changed charts:

truvami-gateway (Before/After)
Before After
Before After
truvami-stack (Before/After)
Before After
Before After

💡 Diagrams generated with KubeDiagrams


kafka:
topic:
unauthorized: gateway.unauthorized
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, these messages will be retained for 30 days, if I understand correctly?

@michaelbeutler michaelbeutler merged commit 15bc314 into main Apr 1, 2026
@michaelbeutler michaelbeutler deleted the feat/gateway-unauthorized-topic branch April 1, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants