This message was deleted.
# kubernetes
s
This message was deleted.
s
you misspelled the vault import
Copy code
"<http://github.com/pulumi/pulumi-vault/sdk/v5/go/vault/approle|github.com/pulumi/pulumi-vault/sdk/v5/go/vault/approle>"
should instead be
Copy code
"<http://github.com/pulumi/pulumi-vault/sdk/v5/go/vault/appRole|github.com/pulumi/pulumi-vault/sdk/v5/go/vault/appRole>"
b
We tried that but it turns out:
Copy code
could not import <http://github.com/pulumi/pulumi-vault/sdk/v5/go/vault/appRole|github.com/pulumi/pulumi-vault/sdk/v5/go/vault/appRole> (no required module provides package "<http://github.com/pulumi/pulumi-vault/sdk/v5/go/vault/appRole|github.com/pulumi/pulumi-vault/sdk/v5/go/vault/appRole>")
m
Yeah I agree. The package is name "approle" in lowercase, as you can see here: https://github.com/pulumi/pulumi-vault/tree/master/sdk/go/vault/approle
s
looks like it's a typo in the docs then. sorry, all i can say right now is I have Vault with cert-manager working and my code is very similar to yours, but it's in TypeScript
👍 1
b
Thanks. We ended up communicating directly with the Vault pod using client-go to do this. Would’ve preferred Pulumi handle it. But it works for now.
👍 1