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

Endpoint Configuration Resets to Default after Redeployment #9296

Closed
exalate-issue-sync bot opened this issue Oct 11, 2023 · 1 comment
Closed

Endpoint Configuration Resets to Default after Redeployment #9296

exalate-issue-sync bot opened this issue Oct 11, 2023 · 1 comment

Comments

@exalate-issue-sync
Copy link

exalate-issue-sync bot commented Oct 11, 2023

Describe the bug :

Changes to an individual endpoint, whether it's an http header, idle timeout, etc, are reset to the default values after making other API changes and redeploying.

To Reproduce :

Steps to reproduce the behaviour:

  1. On a v2 API, edit an endpoint and disable the 'Inherit Configuration'.
  2. Add an HTTP header, then save and deploy the API.
  3. Verify that the HTTP header that was added is still present after deploying the API.
  4. Modify another component of the API (eg. add a new policy, update the description, etc) and redeploy the API.
  5. Go back to the endpoint's Configuration. The header no longer exists.
  6. This behavior applies to any other configuration changes as well. For example, if changing the idle timeout to 30000 ms and then following the same steps, the configuration will revert back to the default 60000 ms after redeployment.
  7. The configuration for endpoint groups is not affected by this, and all modifications remain intact after multiple redeployments.

Expected behaviour :

Individual endpoint configuration, once saved and deployed, should be retained through all succeeding API changes and redeployments

Current behaviour :

Individual endpoint modifications are removed when other parts of the API are updated and then redeployed.

Desktop :

  • Environment: 4.1.0

* Please see Zendesk Support tab for further comments and attachments.

@exalate-issue-sync
Copy link
Author

This issue has been fixed in versions 4.0.11, 4.2.0, 4.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants