8000 GitHub - dolsem/secure-cql-shell: Docker image for accessing CQL shell over SSL with client auth enabled
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dolsem/secure-cql-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure CQL Shell

Docker Image Version (latest semver) Docker Pulls License: MIT

Docker image for accessing CQL shell over SSL with client auth enabled. Especially useful when running in Kubernetes or a private VPS.

Usage

Run like this:

docker run -it -e cert=$(cat cert.pem) -e key=$(cat key.pem) dols3m/secure-cql-shell host port

Use image tags with the -scylla suffix for the Scylla flavor of cqlsh:

docker run -it -e cert=$(cat cert.pem) -e key=$(cat key.pem) dols3m/secure-cql-shell:latest-scylla host port

Or with kubectl:

kubectl run secure-cql-shell --rm -it --env cert=$(cat cert.pem) --env key=$(cat key.pem) --image dols3m/secure-cql-shell -- host port

About

Docker image for accessing CQL shell over SSL with client auth enabled

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0