Open dalssaso opened 7 months ago
Generally that error indicates that the provided service account token is invalid. We need to do a better job of surfacing that error. Have you checked to ensure that your service account credentials are valid?
Hi, I had a similar issue related to the use of an SSH “file.” I saved the “file” in 1Password and referenced it. I was unable to load this file into the ECS configuration until I saved the content of the file as a text field in 1Password.
@pavelbinar We rely on the official 1password go sdk, which as of now does not yet support "SSH public keys, fingerprint and key type". Once that gets supported we will make sure that it works in ESC.
What happened?
I followed the documentation as mentioned here: https://www.pulumi.com/docs/esc/providers/1password-secrets/ to enable the 1Password Provider into Pulumi ESC.
I created a new environment via the UI and called it
home
as i'm managing my homelab with it.In this environment I setup the the integration (more in the example below) and I got the following error when trying to open the Environment via the UI
Example
Here's the environment config
Output of
pulumi about
Additional context
No response
Contributing
No response