Error message/hint is wrong when credentials are specified incorrectly in stack config file #170
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
What happened?
As per https://www.pulumi.com/registry/packages/confluentcloud/installation-configuration/#configuring-credentials
the confluent cloud credentials should (now) be named
cloudApiKey
andcloudApiSecret
However, code I had from a prerelease version of the provider had the confluent cloud credentials set up using the wrong names as such:
When I run
pulumi up
, I get this error message which is referencing the old names:So, it took a bit of time to notice in the docs that the names of the creds are
cloudApiSecret
andcloudApiKey
.Expected Behavior
The error message/hint should use the correct names for the credentials.
Steps to reproduce
confluentcloud:apiKey
and/orconfluentcloud:apiSecret
namespulumi up
cloudApiKey
andcloudApiSecret
pulumi up
Output of
pulumi about
CLI
Version 3.76.0
Go Version go1.20.6
Go Compiler gc
Plugins
NAME VERSION
confluentcloud 1.23.0
python unknown
Host
OS darwin
Version 13.4.1
Arch x86_64
This project is written in python: executable='/Users/mitch/Downloads/pinecone-zen-3215/confluent/venv/bin/python3' version='3.11.3
'
Current Stack: team-ce/confluent/production
Found no resources associated with team-ce/production
Found no pending operations associated with team-ce/production
Backend
Name pulumi.com
Dependencies:
NAME VERSION
pip 22.3.1
pulumi-confluentcloud 1.23.0
setuptools 65.5.0
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: