Ronald Sam
07/11/2023, 3:16 PMChristopher Boyd
07/11/2023, 4:02 PMRonald Sam
07/11/2023, 4:03 PMChristopher Boyd
07/11/2023, 4:03 PMRonald Sam
07/11/2023, 4:03 PMChristopher Boyd
07/11/2023, 4:03 PMRonald Sam
07/11/2023, 4:03 PMChristopher Boyd
07/11/2023, 4:04 PMRonald Sam
07/11/2023, 4:04 PMChristopher Boyd
07/11/2023, 4:05 PMRonald Sam
07/11/2023, 4:06 PMChristopher Boyd
07/11/2023, 10:35 PM"{{ prefect.blocks.secret.<your secret here> }}"
Ronald Sam
07/11/2023, 10:35 PMChristopher Boyd
07/11/2023, 10:35 PMx-token-auth:<token>
<user>:<token>
Ronald Sam
07/11/2023, 10:39 PMChris Bui
07/24/2023, 2:21 PM2.11.0
. I’m able to get this to work using the access_token
key but not credentials
. Also, I can only get it to work using a secret block, not a gitlab-credentials block. Would you please confirm whether or not you’re seeing the same results?
works:
access_token: "{{ prefect.blocks.secret.gitlab-access-token }}"
doesn’t work:
credentials: "{{ prefect.blocks.secret.gitlab-access-token }}"
credentials: "{{ prefect.blocks.gitlab-credentials.gitlab-credential }}"
Christopher Boyd
07/24/2023, 2:44 PMChris Bui
07/24/2023, 3:35 PMprefect --version
08:33:04.337 | DEBUG | prefect.profiles - Using profile 'dev'
2.11.0
Christopher Boyd
07/24/2023, 4:01 PMChris Bui
07/24/2023, 4:04 PMEldho Suresh
07/31/2023, 1:52 PMoauth2:
. Ronald has pointed this out above.
Would help someone if we can add this info to docoJorge Severino
08/25/2023, 8:49 PM