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
The `<astra-token>` can be generated using these [instructions]. The proxy also supports using the [Astra Secure Connect Bundle][bundle], but it requires mounting the bundle to a volume in the container:
204
204
205
205
```sh
206
206
docker run -v <your-secure-connect-bundle.zip>:/tmp/scb.zip -p 9042:9042 \
0 commit comments