GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

Secret Manager doesn't show all secrets #3160

Closed derekperkins closed 9 months ago

derekperkins commented 10 months ago

Expected Behavior

I can see a list of all my secrets in a single project, or at least a search will search all of them

Actual Behavior

The list of secrets in my project is cut off around 100 (hard to know for sure since I can't copy/paste out of the panel), and despite taking several seconds to perform a search, it only returns secrets from the list

Additional Information

ivanporty commented 10 months ago

@derekperkins there was a change in the recent release in how we list secrets to make it faster. We are looking into it. You can downgrade to version 23.7.1 if this is causing an inconvenience for you while we are looking into it.

ivanporty commented 10 months ago

@derekperkins The fix should be available in the next release.

derekperkins commented 10 months ago

Awesome, thanks

ivanporty commented 9 months ago

@derekperkins this should be fixed in the latest release (23.9.1). Please try and let know if it works for you!

derekperkins commented 9 months ago

Confirmed. Thanks for the quick turnaround!