I'm trying to run the Runner with the BITBUCKET_ACCESS_TOKEN variable as described in option 3, like in kustomize:
1. https://bitbucket.org/bitbucketpipelines/runners-autoscaler/src/master/kustomize/values/kustomization.yaml
But I am getting the following error:
✖ At least one authorization method of (BITBUCKET_USERNAME, BITBUCKET_APP_PASSWORD) or (BITBUCKET_OAUTH_CLIENT_ID, BITBUCKET_OAUTH_CLIENT_SECRET) required.
I saw that this option is allowed for use in version 3.5 code but the validator does not allow using this option.
Does anyone know if there is any way to get past this or if this is on the Roadmap?