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: 2 months 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T14:25:04.000Z (3 months ago)
- Last Synced: 2025-03-08T15:26:32.258Z (3 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: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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: `7.9.0`
* aws-msk-iam-auth: `2.2.0`## Image details (from dive)
```text
│ Image Details ├─────────────Total Image size: 2.0 GB
Potential wasted space: 66 MB
Image efficiency score: 97 %
```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)