Skip to content
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

Closed
wants to merge 11 commits into from

Conversation

arrowplum
Copy link
Contributor

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/

@@ -0,0 +1,49 @@
import argparse
Copy link
Contributor

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.

Copy link
Contributor

@davi17g davi17g left a 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
Copy link
Contributor

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.

Copy link
Contributor

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.

@arrowplum
Copy link
Contributor Author

replaced with #60

@arrowplum arrowplum deleted the VEC-323-ASD-AVS-on-GKE-TLS-RBAC branch September 18, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants