Ebram
Ebram4mo ago

How do I get the PAT of the First Machine User

https://github.com/zitadel/zitadel-charts/tree/main/examples/4-machine-user I followed the guide above and I can see that the PAT was created in the console but how can I get it. It says it creates a Kubernetes secret, but I don't see it.
GitHub
zitadel-charts/examples/4-machine-user at main · zitadel/zitadel-c...
This repository contains Helm charts for running ZITADEL in Kubernetes - zitadel/zitadel-charts
4 Replies
Rajat
Rajat4mo ago
hey @Ebram thanks for pointing that out. I will get it fixerd, but for now, that README does not show the exact secret name so you need to list all secrets in the target namespace yourself.
Replace <namespace> with the namespace you used for the Helm release.
kubectl get secrets -n <namespace>
Replace <namespace> with the namespace you used for the Helm release.
kubectl get secrets -n <namespace>
lmk if this works, I dont have a deployed live cluster on k8 atm so I have to go and check
Ebram
EbramOP4mo ago
Hey @Rajat, this makes sense and it saves the machine key as a secret just fine its only for the PAT which it does not get saved as a Kube Secret
Rajat
Rajat4mo ago
hey @Ebram thanks glad it worked out, pls mark my answer above with ✅ and it will auto close it
Gigi the Giraffe (Zitadel)
🎉 Looks like you just helped out another community member! Thanks for being so helpful <@1346540274674827395>! You're now one step closer to leveling up—keep up the amazing peer support! 🚀

Did you find this page helpful?