Harley Stenzel

Results 5 comments of Harley Stenzel

I found the issue, posting for the benefit posterity. In actual fact, the api that fails is a POST to `api/system/catalog` despite the error message naming `/system/contentpacks/create`. Granting `catalog:resolve` in...

The problem isn't that the autogenerated message is there. The problem is that the autogenerated message changes gratuitously from the point of view of a chart developer. If I'm contributing...

Thanks, it does make sense asto why. It matches with what I inferred based on observed behavior. However, it does mean that there is no way to truly use variables...

I think we're talking about two different scenarios. Looking at https://github.com/concourse/ci/blob/798a442475958d58f845c6f8fc4240ed068ff335/pipelines/reconfigure.yml#L308, there is `vars.slack_hook` set to `((slack_hooks.concourse-private))`, where the value comes from an external secret store. This is different from...

@hcastrofactored I ended up sticking with (and doubling down) on the workaround. For set-pipeline, we had: ```yaml - name: set-pipeline plan: - get: src trigger: true - task: pipeline-genesis #...