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

Allow application to help SDK pick service catalog endpoints #605

Open
carolynvs opened this issue Mar 3, 2016 · 0 comments
Open

Allow application to help SDK pick service catalog endpoints #605

carolynvs opened this issue Mar 3, 2016 · 0 comments

Comments

@carolynvs
Copy link
Member

Sometimes, there are multiple entries for the same service type in the catalog. Right now, the logic for picking endpoints is hidden in explicit interface implementations, so if an application inherited from our identity service and tried to override the logic, they would also need to copy a bit of code as well.

When identity is rewritten for the package split, evaluate how we can make this task easier.

Use Case:
The service catalog has multiple environments in the same catalog, such as staging and production, and the service entry contains distinguishing information in the name or other fields. The application should be able to override the identity service, or provide some helper function, to help the SDK pick the right service.

@carolynvs carolynvs added this to the Split Identity API milestone Mar 3, 2016
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

1 participant