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

Entity object in request object #4666

Closed
wants to merge 2 commits into from
Closed

Entity object in request object #4666

wants to merge 2 commits into from

Conversation

vishalnayak
Copy link
Contributor

No description provided.

@vishalnayak vishalnayak added this to the 0.10.2 milestone May 31, 2018
@@ -128,9 +128,9 @@ type Request struct {
// token supplied
ClientTokenRemainingUses int `json:"client_token_remaining_uses" structs:"client_token_remaining_uses" mapstructure:"client_token_remaining_uses"`

// EntityID is the identity of the caller extracted out of the token used
// to make this request
EntityID string `json:"entity_id" structs:"entity_id" mapstructure:"entity_id" sentinel:""`
Copy link
Member

Choose a reason for hiding this comment

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

I believe taking this out might cause an issue with control groups.

@jefferai
Copy link
Member

jefferai commented Jun 2, 2018

Superceded by #4681

@jefferai jefferai closed this Jun 2, 2018
@jefferai jefferai deleted the request-entity branch June 2, 2018 15:34
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.

2 participants