Ben Girard
Ben Girard
something good to know is that the scripts must be also on the worker pods, a working example for me: ```yaml worker: extraContainers: - name: git-custom-scripts image: k8s.gcr.io/git-sync/git-sync:v3.6.0 env: -...
It seems to be also an issue for `SharePointOnline` resources The `accessPackageResourceRoleScopes` looks like this: ```json { "id": "6e5d82c3-f456-472e-b86e-46c7e0c20b0b_6d4f659f-b5f6-4949-93e5-9ea208fe608c", "createdBy": "[email protected]", "createdDateTime": "2020-01-10T08:21:15.273Z", "modifiedBy": "[email protected]", "modifiedDateTime": "2020-01-10T08:21:15.273Z", "[email protected]": "https://graph.microsoft.com/beta/$metadata#identityGovernance/entitlementManagement/accessPackages('2cf4eb96-0dd0-4d1c-a9ac-48f65f93090e')/accessPackageResourceRoleScopes('6e5d82c3-f456-472e-b86e-46c7e0c20b0b_6d4f659f-b5f6-4949-93e5-9ea208fe608c')/accessPackageResourceRole/$entity", "accessPackageResourceRole":...
I struggled with this as well, something that was unclear to me, but the doc states something important for **active_time_intervals** (and similar for **mute_time_intervals**): ``` The route will send notifications...
I have the same issue, this is due to the workspace name, default name being `default` An ugly workaround that works is: ``` pre_workflow_hooks: - run: | terragrunt-atlantis-config generate --output...
I have the same issue, workaround consist of adding a new line before and after each image and starting at the beginning of the line. Without new lines or with...
Thanks for the quick reply @manicminer we'll raise the issue with our account manager and use a service principal in the meantime
You could set the ip that you want in the meta parameter like: ```python mp.people_set( distinct_id='user123', properties=properties, meta={ '$ip': 'x.x.x.x' } ) ``` This overrides the harcoded 'ip': 0 and...
We noticed the same issue in our github actions after we started to select a specific version (after the 1.35.0 that got borked), we will revert to not select a...