busy-restaurant-20852
10/13/2025, 2:47 PMpulumi package add terraform-provider ..... and im getting this error
pulumi:providers:clickhousedbops resource 'default_1_3_1' has a problem: could not validate provider configuration: Invalid Attribute Value Length. Attribute auth_config.password string length must be at least 1, got: 0. Check `pulumi config get --path clickhousedbops:authConfig.password`.
of course, i do the CLI command and it is indeed blank - because in pulumi cloud ESC i set it as a secret, cause it is a password.
I have a feeling it's because the provider didn't mark the field as sensitive, but is there any way to make it work without having to modify the source?busy-restaurant-20852
10/13/2025, 2:48 PMwhite-vase-18996
10/13/2025, 5:18 PMwhite-vase-18996
10/13/2025, 5:18 PMbusy-restaurant-20852
10/13/2025, 5:21 PMpulumi config get --path clickhousedbops:authConfig.password
i get back an empty line
vs
pulumi config get --path clickhousedbops:authConfig.password123
(which doesnt exist)
i get an error configuration key 'clickhousedbops:authConfig.password123' not found for stack
so its def there and at that path... its just a secretwhite-vase-18996
10/13/2025, 5:21 PMbusy-restaurant-20852
10/13/2025, 5:21 PMpulumi config get --path clickhousedbops:authConfig.strategy
i properly get back "password"white-vase-18996
10/13/2025, 5:22 PMwhite-vase-18996
10/13/2025, 5:22 PMbusy-restaurant-20852
10/13/2025, 5:22 PMfreezing-pilot-97749
10/14/2025, 5:39 PMpulumi config get --path clickhousedbops:authConfig.password I get the secret as expected. have you confirmed that you are able to view the plaintext secret from esc?busy-restaurant-20852
10/14/2025, 5:40 PMbusy-restaurant-20852
10/14/2025, 5:41 PMbusy-restaurant-20852
10/14/2025, 5:42 PMpulumi config get --path clickhousedbops:authConfig.password