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

Is it possible to disable localstack services? #230

Open
gpiotti opened this issue Apr 27, 2022 · 4 comments
Open

Is it possible to disable localstack services? #230

gpiotti opened this issue Apr 27, 2022 · 4 comments

Comments

@gpiotti
Copy link

gpiotti commented Apr 27, 2022

If I only spin up certain services in localstack I keep getting error notifications from commandeer because it doesn't find it. For example I didn't enable Glue
"Glue crawlers refres failed - null"

If I look on localstack container logs it says
localstack.utils.server.http2_server.HTTPErrorResponse: no provider exists for service glue

I tried letting blank urls in AWS Endpoints but it didn't work

Thanks!

@bwship
Copy link
Collaborator

bwship commented Apr 28, 2022

You mean, suppressing the error messages in the top nav for services that you aren't running on LocalStack? If so, yea, we can do that. We have a fix for the null part of the error message, but I think we can do something else for the alerts so that it doesn't get so annoying everytime you select an account.

@gpiotti
Copy link
Author

gpiotti commented Apr 29, 2022

yes, exactly that, or may be not even make the requests to localstack if the endpoints url are in None

@bwship
Copy link
Collaborator

bwship commented Apr 29, 2022

gpiotti - verison 3.0.5 is coming out in the next hour. These are now suppressed in that release.

@gpiotti
Copy link
Author

gpiotti commented Apr 29, 2022

thank you!

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

No branches or pull requests

2 participants