-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VEC-323 asd avs on gke tls rbac #59
Conversation
@@ -0,0 +1,49 @@ | |||
import argparse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file be committed? It seems unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
export ZONE="us-central1-c" | ||
export FEATURES_CONF="$WORKSPACE/features.conf" | ||
export BUILD_DIR="$WORKSPACE/generated" | ||
export RUN_INSECURE=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This flag name seems opposite of what I'd expect. I think it should be true if you are opting to turn off security, but currently false turns it off security. I like the idea of doing a weird negative opt in here this just doesn't seem right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am actually not sure which does which, as I get the cert and password prompt for both values of the flag.
replaced with #60 |
This will set up a TLS-enabled cluster with the admin:admin
Currently since the helm chart is not published there is a command line argument to point to a helm chart directory.
./full-create-and-install.sh --chart-location /home/joem/src/helm-charts/aerospike-vector-search/