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

Add support of secret based AuthN/Z for Route53 #1422

Merged
merged 2 commits into from
Mar 16, 2024

Conversation

jkremser
Copy link
Member

The preferred mechanism of AuthN,Z for aws comm from k8s cluster is using the service account -> role mapping, however in non-managed k8s (no EKS) environments where people just use pure AWS's EC2 instances with kubeadm or using cluster-api (non EKS mode), there the irsa controller (or how is it called today) is missing.

So it would be nice to have a way to make k8gb work also w/o setting this up. Another use-case for this would be a multi-cluster setup where all clusters need to talk to route53, we can't assume the irsa controller in GCP or in Azure.

it's one of the documented ways for externaldns - docs

HOW TO RUN CI ---

By default, all the checks will be run automatically. Furthermore, when changing website-related stuff, the preview will be generated by the netlify bot.

Heavy tests

Add the heavy-tests label on this PR if you want full-blown tests that include more than 2-cluster scenarios.

Debug tests

If the test suite is failing for you, you may want to try triggering Re-run all jobs (top right) with debug logging enabled. It will also make the print debug action more verbose.

Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @jkremser I assume you tested it e2e :)

@k0da
Copy link
Collaborator

k0da commented Jan 30, 2024

@jkremser just playing with IAM Roles Anywhere. I had to use similar approach across various projects. It was done by extraVolumes and extraVolumeMounts. Would it be better to just allow user to directly specify volume and volumeMounts?

@jkremser jkremser merged commit edff9e5 into k8gb-io:master Mar 16, 2024
11 checks passed
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.

3 participants