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

Passing on secret option in config client #1391

Merged
merged 5 commits into from Sep 25, 2020
Merged

Conversation

crufter
Copy link
Contributor

@crufter crufter commented Sep 24, 2020

No description provided.

nullValue := config.NewJSONValue([]byte("null"))
req, err := m.client.Get(context.DefaultContext, &proto.GetRequest{
Namespace: m.namespace,
Path: path,
Secret: o.Secret,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If its an option it should be in options

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change config endpoint interface then, but tests need this fix as they fail for Ben now.

Copy link
Contributor Author

@crufter crufter Sep 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, I think we should consider adopting the convention of top level fields for endpoints as

micro config set --secret

Looks better than

micro config set --options.secret

(Config is a bad example here as it's a hardcoded one)

Something to think about, perhaps it's not right and indeed if something is optional it can be prefixed with options on the CLI too.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I say add to options I simply mean in the RPC requests. It's being added as an extra field but should mimic other protos that add an options field with Options message type that will contain the secret option. In regards to the CLI behaviour I agree --secret is better.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've amended the proto, waiting for builds to pass so we can merge.

@ben-toogood ben-toogood merged commit 0ef501b into master Sep 25, 2020
@ben-toogood ben-toogood deleted the configclientfix branch September 25, 2020 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants