-
Notifications
You must be signed in to change notification settings - Fork 455
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
Aws iam console access2 #669
Aws iam console access2 #669
Conversation
…ion of the container - Added functionality to verify if C9_USER exist, it will grant access to the EKS via WS Console Access
✅ Deploy Preview for eks-workshop ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -0,0 +1,118 @@ | |||
resource "kubernetes_cluster_role" "eks-console-dashboard-full-access-clusterrole" { |
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.
Is this file still needed with the logic in use-cluster
? Will it not do the same thing? Or is there something else?
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.
Forgot to delete those files. I isn't needed.
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.
Unnecessary files removed.
hack/run-tests.sh
Outdated
@@ -54,5 +54,5 @@ echo "Running test suite..." | |||
$CONTAINER_CLI run $background_args \ | |||
-v $SCRIPT_DIR/../website/docs:/content \ | |||
-v $SCRIPT_DIR/../manifests:/manifests \ | |||
-e 'EKS_CLUSTER_NAME' -e 'AWS_REGION' \ | |||
-e 'EKS_CLUSTER_NAME' -e 'AWS_REGION' -e 'C9_USER' \ |
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.
Is this designed to cater for the code being developed in Cloud9? If I'm developing on my local laptop will this skip triggering the Cloud9 logic in the rest of the change?
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 needed it to emulate the C9 deployment in my local computer. But might be unnecessary, I'll do a test and remove it if it is not necessary.
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.
Variable removed
What this PR does / why we need it:
Which issue(s) this PR fixes:
It will grant access to the EKS through the AWS console when the user launched the cluster through Cloud9.
Fixes #620
Quality checks
make test
ormake e2e-test
and it was successfulBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.