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

add hostname and domain to EvnInfo #556

Merged
merged 3 commits into from
Sep 26, 2023
Merged

add hostname and domain to EvnInfo #556

merged 3 commits into from
Sep 26, 2023

Conversation

ekoby
Copy link
Member

@ekoby ekoby commented Sep 26, 2023

[fixes openziti/edge#537]

SDK submits hostname and domain during auth. Controller still needs to add support for processing/storing values openziti/ziti#1354

@ekoby ekoby requested a review from a team as a code owner September 26, 2023 12:50

const ziti_env_info *info = get_env_info();
printf("hostname = %s\n", info->hostname);
printf("domain = %s\n", info->domain);
Copy link
Member

Choose a reason for hiding this comment

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

maybe check the values for null / empty?

@ekoby ekoby merged commit 5db0fd3 into main Sep 26, 2023
8 checks passed
@ekoby ekoby deleted the provide-hostname-domain branch September 26, 2023 15:39
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