https://github.com/devops-ia/cp-schema-registry
Schema Registry with MSK IAM auth
https://github.com/devops-ia/cp-schema-registry
auth aws aws-msk-auth cp-schema-registry docker kafka msk schema-registry
Last synced: about 1 month ago
JSON representation
Schema Registry with MSK IAM auth
- Host: GitHub
- URL: https://github.com/devops-ia/cp-schema-registry
- Owner: devops-ia
- License: mit
- Created: 2024-09-05T13:55:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-01T09:50:36.000Z (2 months ago)
- Last Synced: 2026-04-01T11:41:21.576Z (2 months ago)
- Topics: auth, aws, aws-msk-auth, cp-schema-registry, docker, kafka, msk, schema-registry
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/devopsiaci/cp-schema-registry
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Image base cp-schema-registry with MSK IAM auth
## Introduction
Image base with `cp-schema-registry` and `aws-msk-iam-auth` library for [helm-cp-schema-registry](https://github.com/devops-ia/helm-charts/tree/main/charts/cp-schema-registry) to allow [MSK IAM auth](https://github.com/aws/aws-msk-iam-auth) for [Amazon MSK](https://aws.amazon.com/en/msk/).
Default base versions:
* cp-schema-registry: `8.2.0`
* aws-msk-iam-auth: `2.3.5`
## Image details (from dive)
```text
│ Image Details ├─────────────
Total Image size: 796 MB
Potential wasted space: 80 MB
Image efficiency score: 91 %
```
You can reproduce this summary with [`dive`](https://github.com/wagoodman/dive):
```command
dive build -t .
```
## Quick start
[**Available images**](https://hub.docker.com/r/devopsiaci/cp-schema-registry/tags)
### Run container
```command
docker run --name 7.4.0
```
## Use case
This image is used by [helm-cp-schema-registry](https://github.com/devops-ia/helm-charts/tree/main/charts/cp-schema-registry)