Hey guys, I’m currently working on a GitLab CI Pip...
# ask-community
b
Hey guys, I’m currently working on a GitLab CI Pipeline that leverages the Prefect Python Client and builds and also publishes our flows as Docker images into our internal registry. In that regard I found that the environment variable documentation for
PREFECT__CLOUD__AUTH_TOKEN
is a bit too hidden when you’re approaching from this side. I had to dig into the Storage Registration Code (Prefect library internals) to find that the Client takes this variable (if it is specified) and uses it for registration purposes on prefect Cloud. Just a small thing to improve in the API-docs I guess that might make it a lot easier to get up and running.
👀 2
k
Hi @bastianwegge! Yes you are right. We have updated docs in progress and are making changes. This is a known issue. Thanks for mentioning it!
🙏 1