Clinton Gormley
fff33e753a
Corrected syntax for adding IDs to definition lists in built-in roles
...
Relates to elastic/x-pack-elasticsearch#5040
Original commit: elastic/x-pack-elasticsearch@693c4adfb5
2017-06-13 14:00:56 +02:00
Clinton Gormley
5a0ffb4b3a
Fixed bad asciidoc link
...
relates elastic/x-pack-elasticsearch#5040
Original commit: elastic/x-pack-elasticsearch@feb5afbee4
2017-06-13 11:54:06 +02:00
Ryan Ernst
c1a3f50e19
Convert script uses to use source/id keys ( elastic/x-pack-elasticsearch#1670 )
...
This is the xpack side of
https://github.com/elastic/elasticsearch/pull/25127
Original commit: elastic/x-pack-elasticsearch@e25bd90825
2017-06-09 08:29:36 -07:00
Tim Vernum
fe37109c3f
[DOCS] [Security] Documentation for Role Mapping API ( elastic/x-pack-elasticsearch#1474 )
...
Includes:
- Extensive changes to "mapping roles" section
- New section for role mapping API
- Updates to LDAP/AD/PKI realms to refer to API based role mapping
- Updates to LDAP/AD realms: `unmapped_groups_as_roles` only looks at file-based mappings
- Updates to LDAP/AD realms: new setting for "metadata"
Original commit: elastic/x-pack-elasticsearch@6349f665f5
2017-06-06 14:12:31 +10:00
Clinton Gormley
c4845bc095
The nexus.png image should not be inline - was creating a folder called ":images"
...
Original commit: elastic/x-pack-elasticsearch@f935e44b04
2017-06-03 15:12:36 +02:00
David Pilato
39cabad4d0
Fix bad link for Nexus OSS
...
Related to elastic/x-pack-elasticsearch#1301
Original commit: elastic/x-pack-elasticsearch@2273e8ba24
2017-05-31 10:36:09 +02:00
David Pilato
7f0bc5dff4
Add documentation about configuring an enterprise Nexus instance ( elastic/x-pack-elasticsearch#1301 )
...
Original commit: elastic/x-pack-elasticsearch@cb10936aa7
2017-05-29 11:21:32 +02:00
Clinton Gormley
844a97586e
Updated docs for cross-cluster search ( elastic/x-pack-elasticsearch#1478 )
...
* Updated docs for cross-cluster search
Wildcards are now supported in both cluster alias and index name,
and the "view_index_metadata" privilege is automatically conferred
by the "read_cross_cluster" role.
* For now, best to allow users permissions to query all indices on all remote clusters
Original commit: elastic/x-pack-elasticsearch@31959f78f4
2017-05-23 19:18:03 +02:00
Tim Vernum
9f7f8ffb4d
Outstanding docs for 5.4 changes ( elastic/x-pack-elasticsearch#1280 )
...
Docs for security features in 5.4
- `has_privileges` API
- ldap metadata.
Original commit: elastic/x-pack-elasticsearch@22c733c814
2017-05-12 16:51:47 +10:00
Tim Vernum
441589e21f
[DOCS] Clarify built-in and internal uses/roles ( elastic/x-pack-elasticsearch#1269 )
...
- Describe internal users (_system, _xpack)
- Explain that built-in users are not the same as native users
- More clarification around logstash_system role and kibana_system role.
Closes : elastic/x-pack-elasticsearch#734
Closes : elastic/x-pack-elasticsearch#268
Closes : elastic/x-pack-elasticsearch#1116
Original commit: elastic/x-pack-elasticsearch@2ecbd3419f
2017-05-12 15:41:44 +10:00
Lisa Cawley
9b2fb6ac16
[DOCS] Change "data feed" to "datafeed" in Machine Learning documentation ( elastic/x-pack-elasticsearch#1277 )
...
* [DOCS] Add xpackml attribute to XPack Reference
* [DOCS] Use attribute for datafeed terms
Original commit: elastic/x-pack-elasticsearch@f37bf48ee4
2017-05-02 12:45:42 -07:00
Jay Modi
f7fb02f21f
Ensure we always respect a user specified filter in the AD realm ( elastic/x-pack-elasticsearch#1161 )
...
When the active directory realm was refactored to add support for authenticating against multiple
domains, only the default authenticator respected the user_search.filter setting. This commit moves
this down to the base authenticator and also changes the UPN filter to not include sAMAccountName
in the filter.
Original commit: elastic/x-pack-elasticsearch@d2c19c9bee
2017-04-27 10:20:59 -04:00
Clinton Gormley
16177d46d3
Updated cross-cluster search docs to mention lack of support of wildcards
...
Also updated the required permissions.
Original commit: elastic/x-pack-elasticsearch@cd10ef2f81
2017-04-27 13:32:40 +02:00
Clinton Gormley
61f7adbfc9
Documented privileges required to use cross cluster search with Security
...
Original commit: elastic/x-pack-elasticsearch@ae410fdb16
2017-04-21 13:37:45 +02:00
lcawley
f64c608159
[DOCS] Sort list of built-in roles
...
Original commit: elastic/x-pack-elasticsearch@5684860ea8
2017-04-20 09:40:31 -07:00
Lisa Cawley
bf110ba05e
[DOCS] Document machine_learning_admin and machine_learning_user roles ( elastic/x-pack-elasticsearch#1132 )
...
* [DOCS] Document machine_learning_admin and machine_learning_user roles
* [DOCS] Fix auth requrements for ML result APIs
* [DOCS] Update authorization.asciidoc based on elastic/x-pack-elasticsearch#1132
Original commit: elastic/x-pack-elasticsearch@1bf563e8d7
2017-04-20 08:45:30 -07:00
Ali Beyad
7def5ac01d
[DOCS] Documentation for Custom Roles Providers
...
relates elastic/x-pack-elasticsearch#721
Original commit: elastic/x-pack-elasticsearch@67fdba706c
2017-04-19 11:10:33 -04:00
Lisa Cawley
5223acdd9f
[DOCS] Multiple fixes related to privileges in ML documentation ( elastic/x-pack-elasticsearch#1110 )
...
* [DOCS] Add privilege requirements to ML API docs
* [DOCS] Document ML cluster-level privileges
Original commit: elastic/x-pack-elasticsearch@221c67d395
2017-04-18 15:13:21 -07:00
debadair
ac441fab57
[DOCS] Migrating images to separate x-pack repos.
...
Original commit: elastic/x-pack-elasticsearch@80317c063b
2017-04-18 13:13:12 -07:00
Jay Modi
b59b6bbdd4
Remove SecuredString and use SecureString from elasticsearch core ( elastic/x-pack-elasticsearch#1092 )
...
This commit removes the SecuredString class that was previously used throughout the security code
and replaces it with the SecureString class from core that was added as part of the new secure
settings infrastructure.
relates elastic/x-pack-elasticsearch#421
Original commit: elastic/x-pack-elasticsearch@e9cd117ca1
2017-04-17 13:28:46 -04:00
Lisa Cawley
398d5c13c9
[DOCS] Fix ordered list in Getting Started with Security ( elastic/x-pack-elasticsearch#1070 )
...
Original commit: elastic/x-pack-elasticsearch@9c8929a079
2017-04-12 13:30:01 -07:00
Alexander Reelsen
71852c7215
Security: Add watcher_user and watcher_admin role ( elastic/x-pack-elasticsearch#983 )
...
This built-in watcher_admin role is able to execute all watcher actions,
read the watch history indices and read the watches index
index. The watcher_user role allows to GET a watch and to get the stats and thats it.
relates elastic/x-pack-elasticsearch#978
Original commit: elastic/x-pack-elasticsearch@11b33a413b
2017-04-11 16:28:55 +01:00
Clinton Gormley
d4d505fb97
Added docs for making cross cluster search work with security
...
relates elastic/x-pack-elasticsearch#868
Original commit: elastic/x-pack-elasticsearch@0292fbb5d3
2017-04-11 10:08:12 +02:00
debadair
ee5ab5b1d2
[DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch.
...
Original commit: elastic/x-pack-elasticsearch@e54aa1fd0a
2017-04-06 18:35:32 -07:00