aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
730 stars 197 forks source link

Switch the identitifer to a new unique id for new connections #4588

Closed manodnyab closed 1 week ago

manodnyab commented 2 weeks ago

Types of changes

Description

Switch each connection identifier from start_url + region combination to a random UIUD to be able to distinguish between connections having different start scopes but same start url and region.

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

manodnyab commented 1 week ago

This PR is no longer required