Hello,
I have deployed teleport proxy and auth in k8s pod. All is well except I need to tctl create github.yaml. How can I do this? I tried adding
lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "tctl create -f /etc/teleport/github.yaml"]
to my deployment, however it fails with:
tctl must be either used on the auth server or provided with the identity file via --identity flag
How can I apply auth configs to a pod running teleport?