Hi, I'm trying connect pulumi to infisical accordi...
# general
i
Hi, I'm trying connect pulumi to infisical according to the docs. but nothing works... is there some kind of problem or docs out of date?
if anyone encounter, i'm using an eu infisical hosting so the configuration should look like: values: infisical: login: fn:openinfisical login siteUrl: https://eu.infisical.com oidc: identityId: <identity> environmentVariables: INFISICAL_TOKEN: ${infisical.login.accessToken}
s
Hi @incalculable-plumber-94290 👋 Docs might be out of date with regards infisical UI as it seems it recently changed, but the instructions are correct. Can you share which error you are seeing? Your environment config looks correct, so I’ll assume it might be an issue on the trust relationship with infisical, make sure the OIDC Issuer and audience are correctly set (you’ll get the expected ones on the error thrown by Pulumi ESC when opening the environment). (PS: A common gotcha I’ve experimented is that the values are sensitive to leading or trailing whitespaces)