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

[LLT-5563] Add domain name to core-api #866

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olekoliinyk
Copy link
Contributor

@olekoliinyk olekoliinyk commented Oct 11, 2024

Problem

Add api.nordvpn.com domain name to core-api.
Self-signed certificate is generated with api.nordvpn.com domain name as we're expecting https connection.

Solution

--describe selected solution--

☑️ Definition of Done checklist

  • Commit history is clean (requirements)
  • README.md is updated
  • Functionality is covered by unit or integration tests

@olekoliinyk olekoliinyk force-pushed the LLT-5563_add_core_api_dns_record branch 8 times, most recently from 6c49e59 to 9643480 Compare October 15, 2024 11:23
@olekoliinyk olekoliinyk changed the title [LLT-5563] Add DNS record for core API [LLT-5563] Add domain name to core-api Oct 15, 2024
@olekoliinyk olekoliinyk force-pushed the LLT-5563_add_core_api_dns_record branch from 9643480 to 1f8a21b Compare October 15, 2024 13:34
@@ -64,7 +66,7 @@ async def test_nc_register():
async with AsyncExitStack() as exit_stack:
# Setup connections
connection_beta = await exit_stack.enter_async_context(
Copy link
Contributor

@Jauler Jauler Oct 16, 2024

Choose a reason for hiding this comment

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

For this test, I do not think you need client container, you should be able to do it from the test itself directly. Just you will need to get the certificate file from the respective container.

But I guess this is out of scope of this PR specifically.

But at least I think there is no need to add new client for this test. It is ok to reuse cone client 2 or even cone_client_1 for the request.

@olekoliinyk olekoliinyk force-pushed the LLT-5563_add_core_api_dns_record branch 12 times, most recently from d30daed to 730efd3 Compare October 18, 2024 12:12
@olekoliinyk olekoliinyk force-pushed the LLT-5563_add_core_api_dns_record branch from 730efd3 to eba49fb Compare October 18, 2024 13:42
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.

2 participants