commandeer / open

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.
https://getcommandeer.com
MIT License
142 stars 26 forks source link

Is it possible to disable localstack services? #230

Open gpiotti opened 2 years ago

gpiotti commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

bwship commented 2 years ago

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

gpiotti commented 2 years ago

thank you!