-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add xpack.security.sameSiteCookies
to docker allow list
#78192
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
legrego
force-pushed
the
docker/addSameSiteCookies
branch
from
September 22, 2020 18:14
e9cf157
to
0bf70f1
Compare
legrego
added
release_note:fix
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
v7.10.0
v7.9.3
v8.0.0
labels
Sep 22, 2020
Pinging @elastic/kibana-security (Team:Security) |
💚 Build SucceededBuild metrics
To update your PR or re-run it, just comment with: |
jbudz
approved these changes
Sep 22, 2020
tylersmalley
approved these changes
Sep 22, 2020
2 approvals!? It's my lucky day! |
This was referenced Sep 23, 2020
legrego
added a commit
that referenced
this pull request
Sep 23, 2020
…78241) # Conflicts: # src/dev/build/tasks/os_packages/docker_generator/resources/bin/kibana-docker
legrego
added a commit
that referenced
this pull request
Sep 23, 2020
…78240) # Conflicts: # src/dev/build/tasks/os_packages/docker_generator/resources/bin/kibana-docker
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Sep 23, 2020
* master: (31 commits) skip tests for old pacakge (elastic#78194) [Ingest Pipelines] Add url generator for ingest pipelines app (elastic#77872) [Lens] Rename "telemetry" to "stats" (elastic#78125) [CSM] Url search (elastic#77516) [Drilldowns] Config to disable URL Drilldown (elastic#77887) [Lens] Combined histogram/range aggregation for numbers (elastic#76121) Remove legacy plugins support (elastic#77599) 'Auto' interval must be correctly calculated for natural numbers (elastic#77995) [CSM] fix ingest data retry order messed up (elastic#78163) Add response status helpers (elastic#78006) Bump react-beautiful-dnd (elastic#78028) [Security Solution][Detection Engine] Bubbles up more error messages from ES queries to the UI (elastic#78004) Index pattern - refactor constructor (elastic#77791) Add `xpack.security.sameSiteCookies` to docker allow list (elastic#78192) Remove [key: string]: any; from IIndexPattern (elastic#77968) Remove requirement for manage_index_templates privilege for Index Management (elastic#77377) [Ingest Manager] Agent bulk actions UI (elastic#77690) [Metrics UI] Add inventory view timeline (elastic#77804) Reporting/Docs: Updates for setting to enable CSV Download (elastic#78101) Update to latest rum-react (elastic#78193) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release_note:fix
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
v7.9.3
v7.10.0
v8.0.0
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.
Summary
Allows docker to accept
xpack.security.sameSiteCookies
as a valid configuration option.Resolves #76173