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
A resolver currently has three properties, id, manager, and url. A resolver manager may want to store additional information about the resolver such as a resolver name, description, and/or instructions on using the resolver.
Problem Definition
A resolver manager may want to provide additional information about a resolver.
Proposal
Add a metadata field and UpdateResolverMetadata proto message, implement the message, and add a CLI command.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
A resolver currently has three properties,
id
,manager
, andurl
. A resolver manager may want to store additional information about the resolver such as a resolver name, description, and/or instructions on using the resolver.Problem Definition
A resolver manager may want to provide additional information about a resolver.
Proposal
Add a
metadata
field andUpdateResolverMetadata
proto message, implement the message, and add a CLI command.For Admin Use
The text was updated successfully, but these errors were encountered: