Vittorio Canilli

Results 18 comments of Vittorio Canilli

> @vittoriocanilli Just a hint to avoid these kind of issues. Build your own Jenkins image and pre-install plugins there. That avoids many runtime issues. Thanks @torstenwalter I have uninstalled...

@joshbranham if your question is addressed to me, I can confirm that I had the same impression that you have: the plugins installed in my custom Docker image seem to...

> So either there was a bug in the helm chart at some point that rendered this state, or some user action caused it. I suspect maybe installing a plugin...

I have set up the Azure AD Auth by following the wiki of the plugin: https://github.com/hkamel/sonar-auth-aad/wiki/Setup I have then encountered the same problem, but I have managed to solve it...

@mumoshu Hey and thanks for your reply! I am using now your [Helm chart](https://summerwind.github.io/actions-runner-controller/), so I can now install the `controller-manager` deployment running with compliance to our pod security policies...

Hello, we are using an AKS cluster with managed AAD, so we have to use the `resource` attribute set to `6dae42f8-4368-4678-94ff-3960e28e3630` as described [here](https://github.com/weinong/k8s-dashboard-with-aks-aad). The `resource` attribute can not be...

@drdamour thanks for pointing this out. So I guess that my _Potential Terraform Configuration_ should be changed into: ```hcl resource "azuread_application" "example" { display_name = "example" group_membership_claims = ["All"] ......

Any update on this topic?

As workaround I have stopped using the `PermissionTarget.add_repository()` to add the repository to an existing permission target and instead I set both the repository and the include pattern when I...