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

Migrate private link datasources #659

Merged
merged 3 commits into from
Jun 1, 2023
Merged

Conversation

tobio
Copy link
Member

@tobio tobio commented May 30, 2023

Fixes #595

Migrates the private link data sources to the plugin framework and re-adds them to the provider data sources.

@tobio tobio requested review from webfella and dimuon May 30, 2023 05:56
@tobio tobio requested a review from alaudazzi as a code owner May 30, 2023 05:56
@tobio tobio self-assigned this May 30, 2023
@tobio tobio requested a review from a team as a code owner May 30, 2023 05:56
@tobio tobio force-pushed the privatelink-datasource branch from 4e6c9bd to eae8b3f Compare May 30, 2023 05:59
_, err := source.readRegionData(model)
require.ErrorIs(t, err, errUnknownProvider)
})
t.Run("should return a populate state model when accessing a valid region", func(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it make sense to loop over all supported csp providers and regions?

@dimuon
Copy link
Contributor

dimuon commented May 31, 2023

I guess we have to update changelog as well.

Copy link
Contributor

@dimuon dimuon left a comment

Choose a reason for hiding this comment

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

👍 nice generics usage. LGTM besides 2 nit-picks.

@tobio tobio enabled auto-merge (squash) June 1, 2023 00:09
@tobio tobio merged commit cdde46c into elastic:master Jun 1, 2023
@tobio tobio deleted the privatelink-datasource branch June 27, 2023 01:16
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.

Private Connection data sources not available in v0.6.0
2 participants