You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I am looking your help to apply ACLs on my Brokers (3 Brokers + 3 zookeepers ) using S3 bucket or Volume. However, my volume is not getting mounted from example/acls.csv to inside the docker "/opt/docker/example/acls.csv". Without mounting docker is running . May i know that on which port this GUI will be accessible once deployed?
i tried S3 bucket as well but its getting failed for that as well
#####.env file hich is setting environment as this is deployed using Ansible Role###
#SOURCE_CLASS=io.conduktor.ksm.source.GitHubSourceAcl #tried for github
SOURCE_CLASS=io.conduktor.ksm.source.FileSourceAcl
#SOURCE_CLASS=io.conduktor.ksm.source.S3SourceAcl #tried for S3 bucket
SOURCE_FILE_FILENAME=example/acls.csv
Hi All,
I am looking your help to apply ACLs on my Brokers (3 Brokers + 3 zookeepers ) using S3 bucket or Volume. However, my volume is not getting mounted from example/acls.csv to inside the docker "/opt/docker/example/acls.csv". Without mounting docker is running . May i know that on which port this GUI will be accessible once deployed?
i tried S3 bucket as well but its getting failed for that as well
#####.env file hich is setting environment as this is deployed using Ansible Role###
#SOURCE_CLASS=io.conduktor.ksm.source.GitHubSourceAcl #tried for github
SOURCE_CLASS=io.conduktor.ksm.source.FileSourceAcl
#SOURCE_CLASS=io.conduktor.ksm.source.S3SourceAcl #tried for S3 bucket
SOURCE_FILE_FILENAME=example/acls.csv
#GITHUB
#SOURCE_GITHUB_USER=xxxxxxxx
#SOURCE_GITHUB_REPO=ccid-kafka-automation-xxxxx
#SOURCE_GITHUB_FILEPATH=xxxxxxxx
#SOURCE_GITHUB_BRANCH="kafka-prod-ravi"
#SOURCE_GITHUB_HOSTNAME=xxxxxxx
#S3 BUCKET
SOURCE_S3_REGION=us-east-1
SOURCE_S3_BUCKETNAME=xxxxxxxx
SOURCE_S3_OBJECTKEY=acls.csv
######docker-compose file######
version: '3.6'
services:
kafka-security-manager:
container_name: kafka-security-manager
image: "${DTR_PATH}kafka-security-manager:v1"
#expose:
# - 8080
#ports:
# - 8080:8080 #59818
env_file:
- .env
volumes:
- "${PWD}/certs/xxxxxxxxxx-ssl-ts.jks:/xxxxxxxxxxx-ssl-ts.jks"
- "${PWD}/certs/xxxxxxxx-ssl-ks.jks:/xxxxxxxx-ssl-ks.jks"
- "${PWD}/example/acls.csv:/opt/docker/example/acls.csv:ro"
network_mode: "host"
restart: always
The text was updated successfully, but these errors were encountered: