-
Notifications
You must be signed in to change notification settings - Fork 91
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 for auth with Upbound identity and refactor kube client builder as an importable package #251
Conversation
1ce8c54
to
bea981f
Compare
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.
Thanks @turkenh, great PR 👏
examples/provider/provider-config-with-secret-upbound-identity.yaml
Outdated
Show resolved
Hide resolved
@turkenh thanks for the implementation - i tested the implementation over time i got the following issue:
|
yes looks like after 60 minutes something happens:
|
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
its working now:
thanks for the implementation |
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.
Thanks @turkenh!
Signed-off-by: Hasan Turken <turkenh@gmail.com>
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, thanks @turkenh!
Description of your changes
This PR adding support for authenticating with Upbound identity using session/robot tokens:
With the number of identity providers increasing, I took the liberty of refactoring the relevant code piece so that we can consume the same package from the provider-helm (and other similar providers) instead of duplicating the code. After this PR, I'll open a PR to consume the package
github.com/crossplane-contrib/provider-kubernetes/pkg/kube/
from provider-helm. It may not be the perfect solution but I believe it is a step forward and we can easily move it to a shared place (e.g. crossplane-runtime) if we decide to do so.I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Configure & Create:
Observe:
❯ kubectl get object NAME KIND PROVIDERCONFIG SYNCED READY AGE sample-namespace Namespace kubernetes-provider True True 4s ❯ KUBECONFIG=$CONTROLPLANE_CONFIG kubectl get ns NAME STATUS AGE crossplane-system Active 32h default Active 32h kube-node-lease Active 32h kube-public Active 32h kube-system Active 32h sample-namespace Active 4m20s upbound-system Active 32h