-
Notifications
You must be signed in to change notification settings - Fork 433
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
Differentiate endpoint information in binding credentials #121
Comments
👍. My preference would be to at least include some concrete fields. A schema could add more information to the returned data. |
I have introduced two proposals here: https://docs.google.com/document/d/1JbsJgqgNtqthcfYwK_KbS6C8sjElrZNgoLhu40dUPAs/edit?usp=sharing This is introduced as part of the more general issue #116 |
on 8/29 call we decided to defer this for now |
I believe this is going to be covered by #392, so closing this one |
Bindings return several pieces of information as part of the credential response. One key set of data is endpoint information necessary for connecting to the service. There is currently no way of differentiating this information, but it is critical to be able to access from an automated system for establishing network connectivity in various ways as part of the binding consumption process.
This problem is exacerbated by the fact that many different brokers expose endpoint information under different field names, e.g.,
ip
,host
,hostname
,address
.We need the ability to understand endpoint information about a binding, including both address/hostname and port, whether it is by annotation in a schema (requires #116), or by making these concrete fields.
Proposal is introduced as part of the proposal for #116: https://docs.google.com/document/d/1JbsJgqgNtqthcfYwK_KbS6C8sjElrZNgoLhu40dUPAs/edit?usp=sharing
The text was updated successfully, but these errors were encountered: