We use a Prefect server instance, I'm having issue...
# ask-community
l
We use a Prefect server instance, I'm having issues authenticating with an apikey through a Jenkins pipeline, tried the CLI command "prefect cloud login -k apikey", it's showing key not in format pnu_ or pnb_. I'm using a prefect.yaml + prefect deploy deployment approach in the pipeline.
n
hi @Larry Profx - there is no auth implemented for open source. to confirm, you are hosting an open source server and not using prefect cloud correct?
We use a Prefect server instance
l
Yes we are hosting an open source server, but we have an internal auth-proxy setup that worked for prefect 0.15, we're in the process of upgrading to prefect2.0. A postgresql db is used to store the apikey meant to be used to auth to the server. The implementation works in the UI, just having trouble with the auth for Jenkins deployment.