Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVAILABLE_PROJECTS_QUERY option implementation #201

Conversation

abdolence
Copy link
Contributor

@abdolence abdolence commented Nov 27, 2023

To workaround problem #180 and provide a more simple and fast approach to receive all required GCP projects this PR introduces a new configuration parameter:
AVAILABLE_PROJECTS_QUERY, which format is the same as Google Resource Manager API requires for the query parameter, for example:

    • parent:folders/{folder_id}
    • parent:organizations/{organization_id}

@abdolence abdolence force-pushed the feature/gcp-project-autocomplete-fix branch from 37db0f9 to 63923cc Compare November 27, 2023 18:48
Copy link
Collaborator

@jpassing jpassing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for creating this PR!

@abdolence abdolence changed the title LIST_ALL_AVAILABLE_PROJECTS_IN fallback implementation support SEARCH_ALL_AVAILABLE_PROJECTS option implementation Nov 28, 2023
@abdolence abdolence changed the title SEARCH_ALL_AVAILABLE_PROJECTS option implementation AVAILABLE_PROJECTS_QUERY option implementation Nov 29, 2023
@jpassing jpassing merged commit 2cf3297 into GoogleCloudPlatform:master Nov 30, 2023
5 checks passed
@jpassing
Copy link
Collaborator

Updated the configuration reference here.

@abdolence abdolence deleted the feature/gcp-project-autocomplete-fix branch November 30, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants