You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name field on endpoints isn't used for any functionality currently, also endpoints provided by XDS do not include a corresponding field either - we should be able to delete this field.
The text was updated successfully, but these errors were encountered:
Parses generic yaml key values into a json value and in order to
use as the endpoint's metadata.
Values under the `quilkin.dev` key is reserved for quilkin usage.
Extracts token into the endpoint object since we don't want to traverse
the json value on each lookup.
Removes name and connection ID from the static Endpoint config struct.
Work on #10Fixes#152
Parses generic yaml key values into a json value and in order to
use as the endpoint's metadata.
Values under the `quilkin.dev` key is reserved for quilkin usage.
Extracts token into the endpoint object since we don't want to traverse
the json value on each lookup.
Removes name and connection ID from the static Endpoint config struct.
Work on #10Fixes#152
* Endpoint metadata support from static config
Parses generic yaml key values into a json value and in order to
use as the endpoint's metadata.
Values under the `quilkin.dev` key is reserved for quilkin usage.
Extracts token into the endpoint object since we don't want to traverse
the json value on each lookup.
Removes name and connection ID from the static Endpoint config struct.
Work on #10Fixes#152
* Rename token key
The
name
field on endpoints isn't used for any functionality currently, also endpoints provided by XDS do not include a corresponding field either - we should be able to delete this field.The text was updated successfully, but these errors were encountered: