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

Exclusive zone endpoint auth in containermodelbuilder #33303

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

evgiz
Copy link
Contributor

@evgiz evgiz commented Feb 12, 2025

No description provided.

@evgiz evgiz requested review from mpolden and olaaun February 12, 2025 08:23
@evgiz evgiz merged commit b30a68e into master Feb 12, 2025
3 checks passed
@evgiz evgiz deleted the evgiz/private-endpoint-exclusive-auth-provisioning branch February 12, 2025 08:34
@esolitos
Copy link
Contributor

@evgiz Is this the source of:


com.amazonaws.services.ec2.model.AmazonEC2Exception: Private DNS can't be enabled because the service com.amazonaws.vpce.us-east-1.vpce-svc-03476320ccb0d614d does not provide a private DNS name. (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameter; Request ID: 7335d8b7-4c31-4fef-b1a2-f409a49ee3fd; Proxy: null) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleErrorResponse(AmazonHttpClient.java:1880) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleServiceErrorResponse(AmazonHttpClient.java:1418) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeOneRequest(AmazonHttpClient.java:1387) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1157) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:814) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:781) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:755) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:715) 	at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:697) 	at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:561) 	at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:541) 	at com.amazonaws.services.ec2.AmazonEC2Client.doInvoke(AmazonEC2Client.java:40206) 	at com.amazonaws.services.ec2.AmazonEC2Client.invoke(AmazonEC2Client.java:40173) 	at com.amazonaws.services.ec2.AmazonEC2Client.invoke(AmazonEC2Client.java:40162) 	at com.amazonaws.services.ec2.AmazonEC2Client.executeCreateVpcEndpoint(AmazonEC2Client.java:8958) 	at com.amazonaws.services.ec2.AmazonEC2Client.createVpcEndpoint(AmazonEC2Client.java:8926) 	at com.yahoo.vespa.hosted.integrationtests.PrivateLinkTester.connectEndpointInterface(PrivateLinkTester.java:280) 	at com.yahoo.vespa.hosted.integrationtests.PrivateLinkTester.testPrivateLink(PrivateLinkTester.java:113) 	at com.yahoo.vespa.hosted.integrationtests.publiccd.PrivateLinkTest.testPrivateLinkMtls(PrivateLinkTest.java:27)
--

@evgiz
Copy link
Contributor Author

evgiz commented Feb 12, 2025

@evgiz Is this the source of

Yup - some assumption about container endpoints here is wrong. Will fix.

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.

3 participants