Charles Moulliard
Charles Moulliard
I tried this without success ``` cat ``` fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'override_defaults' is undefined. 'override_defaults' is...
> This is how I implemented the `v3applicationcredential` authentication, and it worked. That works for me too. This is not the question. The idea is to be able to declare...
> If you want to define a variable with the authentication information so it is reused you can also do this. What about this where we dont have to pass...
> That can only be achieved either by using environment variables or using a named cloud. I dont follow you here. Where are you looking to use clouds.yaml fil ?
> I was checking for options where we don't need to pass or override the auth parameters on the playbook and roles, and those are the only 2 options I...
Dont forget to add the link to the issue/PR to track that from your tasks ;-)
Can you add the link to the ticket created please ? @jacobdotcosta
I think that I know how to fix it. We dont have issues when we access `https://console-openshift-console.snowdrop-eu-de-1-bx2-4x16-0c576f1a70d464f092d8591997631748-0000.eu-de.containers.appdomain.cloud/` as their HTTPS certificate has been signed for the domain `*.cloud` by Let's...
I tested manually this procedure after updating the certificate and issuer role of k8s-infra, collected the updated secret and patched as described here: https://docs.openshift.com/container-platform/4.13/security/certificates/replacing-default-ingress-certificate.html#replacing-default-ingress_replacing-default-ingress Now, the access to https://console-openshift-console.apps.ocp.snowdrop.dev/dashboards do...
A part of the problem could be automated if we pass to the openshift installer config file the parameter `additionalTrustBundle ` See how that works here: https://github.com/openshift/installer/blob/master/docs/user/customization.md#proxy which corresponds to...