Commit graph

25 commits

Author SHA1 Message Date
Aleh Zasypkin 534ceb43e5
[7.x] Simplify anonymous access & embedding docs. (#99747) 2021-05-11 09:38:48 +02:00
Mikhail Shustov 6d7ab50074
Unify Kibana & Elasticsearch logging config keys (#90764) (#91548)
* align logging config with ES. rename kind to type.

* rename file "path" to "fileName"

* rename logger "context" to "name"

* update audit log docs and tests

* update docs

* fix integration tests

* update deprecations for audit appender

* add tests for audit logging deprecations

* fix eslint problem

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/security/server/config_deprecations.ts
2021-02-17 08:39:11 +01:00
Thom Heymann 17126c9ace
Added log file rotation settings to docs (#85835) (#86117)
* Added log file rotation settings to docs

* Fix heading level

* Fix table alignment

* Added code block explanations

* Fix asciidoc syntax

* Fix asciidoc syntax attempt 2

* Apply suggestions from code review

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* Add tip

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Add cloud icons

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-12-16 15:03:50 +00:00
Aleh Zasypkin 393d1e44a7
[7.x][Docs] Document Anonymous authentication provider. (#85324) 2020-12-09 08:06:51 +01:00
Aleh Zasypkin 0deed8eb29
[7.x] Add support for provider specific session timeout settings. (#82855) 2020-11-06 18:53:53 +01:00
Thom Heymann 5fd4fb41bc
[7.x] ECS audit logging (#74640) (#80921)
* ECS audit logging (#74640)

* ECS audit logging

* Apply suggestions from code review

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* Update x-pack/plugins/security/server/authentication/audit_events.ts

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* Update docs/settings/security-settings.asciidoc

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* remove audit trail service from core

* fix test

* Updated docs and added beta warning

* Added dev docs

* Tweaks

* Plugin list changes

* Apply suggestions from technical writers

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Added docs suggestion

* Added api integration tests

* Added suggestions from platform team

* Update x-pack/plugins/security/server/audit/audit_service.test.ts

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

* Update x-pack/plugins/security/server/audit/audit_service.test.ts

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

* Update x-pack/plugins/security/server/audit/audit_service.test.ts

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

* Update docs/user/security/audit-logging.asciidoc

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

* Update docs/settings/security-settings.asciidoc

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

* Update x-pack/plugins/security/server/config.ts

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

* Added suggestions from PR

* Grouped events table

* Update x-pack/plugins/security/server/audit/audit_events.ts

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* Update x-pack/plugins/security/server/audit/audit_events.ts

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* Fixed ECS version number in docs

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>

* Added suggestions from code review

* Removed beta

* Added suggestions from code review

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/security/server/config.test.ts
#	x-pack/scripts/functional_tests.js

* Fix tests

* Fix audit logger logging to console even when disabled

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-20 23:54:26 +01:00
Aleh Zasypkin a50e8c98f5
[7.x][Docs] Document Encrypted Saved Objects functionality. (#80867) 2020-10-16 18:25:02 +02:00
gchaps 43296f3d4d
Add acnchors to Kibana docs-settings (#78115) (#78307)
* Add acnchors to Kibana docs-settings

* Address PR comments

Co-authored-by: PavithraCP <31021423+PavithraCP@users.noreply.github.com>
2020-09-23 09:03:10 -07:00
Larry Gregory c171a6f2e1
[7.x] Document security settings available on ESS (#76513) (#76654) 2020-09-03 12:10:41 -04:00
Aleh Zasypkin 2bf5a2c28b
[7.x] Implement Server-Side sessions (#75265)
# Conflicts:
#	.github/CODEOWNERS
#	x-pack/plugins/security/server/authentication/authenticator.ts
#	x-pack/plugins/security/server/authentication/index.ts
#	x-pack/plugins/security/server/authentication/providers/saml.test.ts
#	x-pack/plugins/security/server/authentication/providers/saml.ts
#	x-pack/plugins/security/server/config.ts
#	x-pack/plugins/security/server/routes/authentication/saml.ts
#	x-pack/scripts/functional_tests.js
2020-08-18 12:36:40 +02:00
Aleh Zasypkin 8ec8f33957
[7.x] Document authentication settings. (#69565)
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-06-18 21:33:13 +02:00
Mikhail Shustov d477af4718
Make SameSite cookie's attribute configurable (#68108) (#68987)
* support 'SameSite: None' in http service

* add tests

* allow to configure SameSite attribute for security cookie

* update docs

* fix test suite name

* remove false from samesite options

* document xpack.security.sameSiteCookies

* address comments

* address comments

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/security/server/config.ts
2020-06-12 12:18:03 +02:00
gchaps 9caf354378
[DOCS] Edits titles in Setup section for consistency (#68451) (#68590)
* [DOCS] Fixes titles in Setup section for consistency

* [DOCS] Fixes to titles and orders of docs in Set up
2020-06-08 16:15:20 -07:00
Kaarina Tungseth 4cdd065a16
[DOCS] Reformats settings tables (#64844) (#65094)
* Formats settings into tables

* Formatting

* Formatting
# Conflicts:
#	docs/settings/general-infra-logs-ui-settings.asciidoc
#	docs/settings/telemetry-settings.asciidoc
#	docs/setup/settings.asciidoc
2020-05-04 10:48:29 -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
Joe Portner 2d2ad0e2dc
Change session timeout values to use duration instead of number (#52520) (#53030) 2019-12-13 16:23:53 -05: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
Søren Louv-Jansen 17f557334e
[Security] Add message to login page (#51557) (#51708)
* [Security] Add loginAssistanceMessage to login page

* Fix tests

* Fix login_page.test.tsx

* Fix defaultValue

* Render login assistance message independently of other messages and use EuiText instead of EuiCallOut

* Use small text

Co-Authored-By: Caroline Horn <549577+cchaos@users.noreply.github.com>

* Flip order of message around
2019-11-26 16:58:21 +01:00
gchaps ee175f19f3
[DOCS] Adds clarification ot encryption key setting (#51244) (#51325) 2019-11-21 11:01:52 -08:00
Lisa Cawley e83b6b4889 [DOCS] Clarifies xpack.security.enabled setting (#41904) 2019-07-24 09:33:31 -07:00
Brandon Kobel a1b149e628
Removing mention of legacy roles (#35263) (#35292)
* Removing mention of legacy roles

* Removing more legacy references
2019-04-18 09:20:02 -07:00
Brandon Kobel a4e8678cdf
Adding note about sessions always being bound to browser's lifetime. (#31472) (#31505)
* Adding note about sessions always being bound to browser's lifetime.

* Update docs/settings/security-settings.asciidoc

Co-Authored-By: kobelb <brandon.kobel@gmail.com>
2019-02-19 11:11:09 -08:00
Lisa Cawley 8bd46e6f5b
[DOCS] Removes X-Pack settings section (#30554) (#30662) 2019-02-11 09:50:20 -08:00
Brandon Kobel add876281b
Adding RBAC Phase 1 Docs (#21178)
* Beginning to work on the role management APIs. Added docs for GET

* Adding PUT docs

* Adding PUT details

* Adding delete docs

* Fixing linking

* Adding Kibana privileges section

* Fixing dashboard only mode docs

* Fixing a few more references to managing roles

* Beginning to work on authorization docs, might be moving some to
stack-docs

* Collapsing authorization description in the kibana privileges page

* Adding audit logging section

* Revising the language on the Kibana role management section

* Splitting back out the auth/privileges and adding legacy fallback
details

* Revising language around impact of disabling security

* Changing Kibana to {kib} and Elasticsearch to {es}

* Beginning to work on developer centric docs

* Fixing some formatting, adding some diagrams

* Adding note about the role management APIs

* Adding overview, fixing small syntax issues

* Fixing chunk name for transitioning to application privileges

* Adjusting tone for the authorization introduction

* Changing the tone and structure of the RBAC docs

* Deleting blog stuff after refactoring

* Addressing first round of peer review comments

* Fixing endpoints links

* Peer review suggested edits

* Addressing other PR feedback
2018-08-13 12:06:25 -04:00
Lisa Cawley 31c5065156
[DOCS] Moves settings folder to docs (#19521) 2018-05-29 17:27:25 -07:00
Renamed from x-pack/docs/en/settings/security-settings.asciidoc (Browse further)