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

BREAKING CHANGES: Puppet Service Discovery Schema: ip -> host #154

Open
huan opened this issue Aug 2, 2021 · 0 comments
Open

BREAKING CHANGES: Puppet Service Discovery Schema: ip -> host #154

huan opened this issue Aug 2, 2021 · 0 comments

Comments

@huan
Copy link
Member

huan commented Aug 2, 2021

Our API from https://api.chatie.io/v0/hosties/puppet_TOKEN_ is used for token service discovery.

The schema will be changed from today.

Before

{"ip":"8.7.5.7","port":55171}

After

{"host":"8.7.5.7","port":55171}

Breaking Change

The ip will be removed from the API response after Dec 31, 2022.

From now to Dec 31, 2022, the schema is a redundancy:

{"host":"8.7.5.7","ip":"8.7.5.7","port":55171}

Related to: #155

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

No branches or pull requests

1 participant