little-cartoon-10569
04/01/2025, 11:49 PMpulumi up or pulumi preview? I've got it working with PULUMI_ACCESS_TOKEN but not with OIDC, and the documentation looks like it covers my situation. Is there anything unusual required in setting this up? On the Pulumi side, I've got a single policy with an Allow decision and the Bitbucket aud, repositoryUuid and workspaceUuid properties configured; on the Bitbucket side, I have oidc: true in the appropriate step. Is anything else needed?little-cartoon-10569
04/04/2025, 12:20 AMoidc: true on the step. That only adds the BITBUCKET_STEP_OIDC_TOKEN variable into the step environment. I needed to exchange that for the Pulumi access token myself. It's working now.