-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for _shield related API's #2053
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <summary> | ||
/// Submit the request on behalf in the context of a different user | ||
/// https://www.elastic.co/guide/en/shield/current/submitting-requests-for-other-users.html | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This xmldoc is on the wrong property
Few comments, otherwise LGTM 👍 |
d9c868a
to
1c18ce5
Compare
* authenticate * clear cached realms * roles * clear cached roles * delete role(s) * put role * get role(s) * user * delete user(s) * put user * get user(s) This also adds support for any request to be able to specify the `es-shield-runas-user` http header though the `RunAs` property on `RequestConfiguration` The OIS version of requests now directly exposes `RequestConfiguration`
Mpdreamz
added a commit
that referenced
this pull request
Apr 20, 2016
* authenticate * clear cached realms * roles * clear cached roles * delete role(s) * put role * get role(s) * user * delete user(s) * put user * get user(s) This also adds support for any request to be able to specify the `es-shield-runas-user` http header though the `RunAs` property on `RequestConfiguration` The OIS version of requests now directly exposes `RequestConfiguration` Conflicts: src/Tests/Mapping/Types/Core/String/StringMappingTests.cs
Mpdreamz
added a commit
that referenced
this pull request
Apr 22, 2016
* authenticate * clear cached realms * roles * clear cached roles * delete role(s) * put role * get role(s) * user * delete user(s) * put user * get user(s) This also adds support for any request to be able to specify the `es-shield-runas-user` http header though the `RunAs` property on `RequestConfiguration` The OIS version of requests now directly exposes `RequestConfiguration` Conflicts: src/Tests/Mapping/Types/Core/String/StringMappingTests.cs Conflicts: src/Elasticsearch.Net/Configuration/RequestConfiguration.cs src/Elasticsearch.Net/Transport/Pipeline/RequestData.cs src/Nest/Nest.csproj src/Nest/_Generated/_Requests.generated.cs src/Tests/Framework/Integration/Process/ElasticsearchNode.cs src/Tests/Mapping/Types/Core/String/StringMappingTests.cs src/Tests/Tests.csproj
Mpdreamz
added a commit
that referenced
this pull request
Jul 26, 2016
* authenticate * clear cached realms * roles * clear cached roles * delete role(s) * put role * get role(s) * user * delete user(s) * put user * get user(s) This also adds support for any request to be able to specify the `es-shield-runas-user` http header though the `RunAs` property on `RequestConfiguration` The OIS version of requests now directly exposes `RequestConfiguration` Conflicts: src/Tests/Mapping/Types/Core/String/StringMappingTests.cs
Mpdreamz
added a commit
that referenced
this pull request
Sep 30, 2016
* authenticate * clear cached realms * roles * clear cached roles * delete role(s) * put role * get role(s) * user * delete user(s) * put user * get user(s) This also adds support for any request to be able to specify the `es-shield-runas-user` http header though the `RunAs` property on `RequestConfiguration` The OIS version of requests now directly exposes `RequestConfiguration` Conflicts: src/Tests/Mapping/Types/Core/String/StringMappingTests.cs
russcam
pushed a commit
that referenced
this pull request
Feb 8, 2017
* authenticate * clear cached realms * roles * clear cached roles * delete role(s) * put role * get role(s) * user * delete user(s) * put user * get user(s) This also adds support for any request to be able to specify the `es-shield-runas-user` http header though the `RunAs` property on `RequestConfiguration` The OIS version of requests now directly exposes `RequestConfiguration` Conflicts: src/Tests/Mapping/Types/Core/String/StringMappingTests.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This also adds support for any request to be able to specify the
es-shield-runas-user
http header though the
RunAs
property onRequestConfiguration
,The OIS version of requests now directly exposes
RequestConfiguration