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

Make sure all internal services send read requests to read only registry node #3448

Open
t83714 opened this issue Feb 21, 2023 · 0 comments
Open

Comments

@t83714
Copy link
Contributor

t83714 commented Feb 21, 2023

Make sure all internal services send read requests to read only the registry node

Magda gateway will auto-proxy external read requests to read-only the registry node.

However, internal service requests will not be benefited from this feature.

This ticket is about ensuring all internal services send read requests to read-only registry nodes when available.

Possbile Solutions

  • Manually check all internal services to make sure they send requests to the correct service endpoint (registry-read-only)
  • Implement an internal proxy (a new micro-service behind the service name registry) to auto-proxy all requests.
@t83714 t83714 added this to the v2.2.3 milestone Feb 21, 2023
t83714 added a commit that referenced this issue Feb 24, 2023
@t83714 t83714 modified the milestones: v2.2.3, v2.2.4 Apr 2, 2023
@t83714 t83714 modified the milestones: v2.2.4, v2.2.5 May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant