Commit graph

35 commits

Author SHA1 Message Date
Kaarina Tungseth
d51bad0274
[DOCS] Corrects typo in step 3 (#101079) (#101104) 2021-06-01 14:03:30 -07:00
Kaarina Tungseth
dde3511270
[DOCS] Adds principal associated to keytab file (#96498) (#96661)
* [DOCS] Adds principal associated to keytab file

* Update docs/user/security/authentication/index.asciidoc

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>

* Review comments

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
2021-04-08 17:55:26 -04:00
Joe Portner
cc2fd8e28f
[7.6] Update security docs (#87215) (#87342)
# Conflicts:
#	docs/user/security/securing-kibana.asciidoc
2021-01-05 13:14:50 -05:00
Larry Gregory
7835017ffe
[7.6] fixed path to config file (#85257) (#85264)
Co-authored-by: Vincent Fuchs <vincent.fuchs@gmail.com>
2020-12-08 09:00:37 -05:00
Alison Goryachev
55f7e65a32
[DOCS] Fix API Keys doc example (#82361) 2020-11-02 15:47:34 -05:00
gchaps
97a6cecffe
[DOCS] Improves example in API keys (#66456) (#66649)
* [DOCS] Improves example in API keys

* [DOCS] Incorporates review comments

* [DOCS] Fixes name of api key
2020-05-15 06:42:31 -07:00
Kaarina Tungseth
4624f96921
[DOCS] Removed below references (#60159) (#60273) 2020-03-16 12:12:29 -05:00
Kaarina Tungseth
17de9c0cbc
[DOCS] Removed spatial references (#59595) (#59669)
* [DOCS] Removed ss above spatial references

* Removed above from n numeral formatting page
2020-03-09 11:37:19 -05:00
gchaps
27b7f5080a
Kibana Kerberos documentation (#51883) (#57233)
* kerberos
b Please enter the commit message for your changes. Lines starting

* Apply suggestions from code review

Co-Authored-By: Brandon Kobel <brandon.kobel@gmail.com>
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Aris Papadopoulos <aris.papadopoulos@elastic.co>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-10 10:36:13 -08:00
Larry Gregory
680b8c4c5a
[7.6] [Docs] - Deprecate kibana_user role (#54606) (#56545)
* rename kibana_user => kibana_admin

* add migration note

* [DOCS] Fixes link for use in multiple books

* i18n fixes after merge from master

* fix i18n

* Apply suggestions from code review

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2020-01-31 16:17:23 -05:00
Kaarina Tungseth
08e0fc3b45
Added LDAP to Kibana autthentication provider page (#56045) (#56342) 2020-01-29 15:16:41 -06:00
Joe Portner
addb9e5981
Clarify documentation for TLS encryption setup (#55739) (#56327) 2020-01-29 14:28:08 -05:00
Lisa Cawley
10571fb440
[DOCS] Add tip for using elasticsearch-certutil http command (#55357) (#55509) 2020-01-22 07:01:14 -08:00
Joe Portner
5a8bc080a8
Document mutual TLS authentication (PKI) between Kibana and Elasticsearch (#54940) (#55050) 2020-01-16 11:41:36 -05:00
Joe Portner
730a1ac4d0
Clarify the section on TLS for "Securing the reporting endpoints" (#54741) (#54759) 2020-01-14 12:56:18 -05:00
Larry Gregory
8b0b09a4ea
Security - Role Mappings UI (#53620) (#54534)
* Initial role mappings UI

* apply design edits

* address PR feedback

* fix type cast for number field

* Update x-pack/legacy/plugins/security/public/views/management/role_mappings/edit_role_mapping/components/mapping_info_panel/mapping_info_panel.tsx

Co-Authored-By: Joe Portner <5295965+jportner@users.noreply.github.com>

* Cleanup FTR configuration, and handle role mapping 404 errors properly

* align naming of role mappings feature check

* Apply suggestions from code review

Co-Authored-By: Brandon Kobel <brandon.kobel@gmail.com>

* add missing test assertions

* inlining feature check logic

* switch to using snapshot

* use href instead of onClick

* adding delete unit test

* consolidate href building

* unify page load error handling

* simplify initial loading state

* documenting unconditional catch blocks

* use nodes.info instead of transport.request

* Apply suggestions from code review

Co-Authored-By: Brandon Kobel <brandon.kobel@gmail.com>

* move model out of LP into NP

* convert except_field_rule to except_any_rule

* docs, take 1

* update gif

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-11 20:05:46 -05:00
Joe Portner
74ebdf9b11
Add support for certificates in PKCS#12 (P12) key stores (#53810) (#54383)
Kibana now supports the usage of PKCS#12 (P12) key stores and trust stores for certificates and keys.
2020-01-09 14:47:16 -05:00
gchaps
367354cc1d
[DOCS][Reporting] Adds info about using a custom reporting index (#54052) (#54165)
* [DOCS][Reporting] Adds info about using a custom reporting index

* [DOCS] Incorporates edits into reporting security doc
2020-01-07 10:25:00 -08:00
Joe Portner
2d2ad0e2dc
Change session timeout values to use duration instead of number (#52520) (#53030) 2019-12-13 16:23:53 -05:00
gchaps
4dd2d040fc
[DOCS] Adds example of assigning roles in Reporting (#52757) (#52911)
* [DOCS] Adds example of assigning roles in Reporting

* [DOCS] Updates reporting security doc with review comments

* [DOCS] Incorporates review comments in reporting doc
2019-12-12 08:49:17 -08:00
Aleh Zasypkin
bb8e383295
[7.x] Migrate the rest of the API endpoints to the New Platform plugin (#52789) 2019-12-11 20:54:15 +01:00
Dan Roscigno
7671ce3eb4
Add tutorial for using RBAC with Spaces (#52197) (#52399)
* add spaces with RBAC tutorial

* add tutorial

* removed extra dir

* revert

* init tutorial

* link tutorial

* fix images dir

* fixed links

* editing

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* show path

* added path to crate user

* rearrange

* remove image

* specify admin role

* replace we with you

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* remove excess words

* remove excess words

* spelling

* spelling

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/user/security/rbac_tutorial.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* resolve reviewer comments

* review updates

* address review comments

* removed monitor cluster priv

* reviewer comments
2019-12-06 15:27:05 -05:00
Lisa Cawley
7e19942f26
[7.x] [DOCS] Fixes broken links (#51634) (#51771) 2019-11-26 13:48:59 -08:00
Joe Portner
b76f8c00ab
[7.x] Improve session idle timeout, add session lifespan (#49855) (#51740)
This adds an absolute session timeout (lifespan) to user sessions.
It also improves the existing session timeout toast and the overall
user experience in several ways.
2019-11-26 13:58:52 -05:00
gchaps
0f86a59799
[DOCS] Improves documentation around multitenancy (#51632) 2019-11-25 13:01:19 -08:00
gchaps
ed9a71112f
[DOCS] Updates Reporting docs (#50989) (#51385)
* [DOCS] Updates Reporting docs

* [DOCS] Adds more information on roles and privileges

* [DOCS] Incorporated review comments in Reporting doc

* [DOCS] removes xpack from url

* [DOCS] Replaces low values in watcher reporting example
2019-11-21 15:12:13 -08:00
Larry Gregory
deb3052ff2
[7.x] Feature Controls - adds matrix for feature availability… (#51347)
* document feature availability

* move feature table
2019-11-21 16:55:55 -05:00
Aleh Zasypkin
697610ffd7
[7.x] Fix link to OpenID Connect Elasticsearch guide from the Kibana OpenID Connect docs. (#49774)
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2019-10-31 06:54:41 +01:00
Larry Gregory
9cbdc0f05e
[7.x] [DOCS] - fixing references to kibana_user role (#49309) (#49719)
* fixing references to kibana_user role

* Update docs/uptime-guide/security.asciidoc

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>


Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2019-10-30 08:43:29 -04:00
gchaps
75ed4c64c7
[DOCS] Adds docs for API Keys UI (#49135) (#49414)
* [DOCS] Adds docs for API Keys UI

* [DOCS] Incorporates review comments into API keys doc

* [DOCS] Fixes typo
2019-10-25 14:45:04 -07:00
Lisa Cawley
5d2732d46f
[DOCS] Updates links to Stack Overview (#48582) (#48587) 2019-10-17 15:19:14 -07:00
Aleh Zasypkin
da745fad97
[7.x] Preserve URL fragment during SAML handshake. (#47742) 2019-10-10 14:36:49 +02:00
Lisa Cawley
fe3bc1fa1f
[DOCS] Removes redundant CCS security (#47743) (#47776) 2019-10-09 16:42:38 -07:00
Kaarina Tungseth
21dec189e5
[7.x] [DOCS] Updates to Reporting docs (#46158) (#46518)
* [DOCS] Updates to Reporting docs (#46158)

* [DOCS] Updated to Reporting docs

* Updated with review comments

* Removed float tag
2019-09-25 12:05:48 -05:00
Lisa Cawley
bf1dded7c2
[7.x] [DOCS] Moves security content into user folder (#45555) (#45564) 2019-09-12 15:57:59 -07:00