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:
203
203
204
204
```sh
205
205
docker run -v <your-secure-connect-bundle.zip>:/tmp/scb.zip -p 9042:9042 \
0 commit comments