-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Prepare the Security domain HTTP APIs for Serverless #162087
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
azasypkin
merged 71 commits into
elastic:main
from
jeramysoucy:disable-spaces-public-api-in-serverless
Aug 23, 2023
Merged
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
f7ba619
Disables spaces public APIs in serverless
jeramysoucy 5203a0b
Updates tests and snapshots
jeramysoucy 08146f0
Fixes more tests
jeramysoucy c10abc7
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy dc727cd
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 70f06f7
Uses build flavor to determine correct API access. Adds tests for int…
jeramysoucy 8b0c93d
Fixes unit tests for access-configurable endpoints.
jeramysoucy 7a346b6
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 04f1c92
Reformatting
jeramysoucy 6c53a54
Update to rely on default access in serverless.
jeramysoucy 4f20016
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine a44549d
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 8f20ee0
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 994654c
Disables security and encrypted saved objects APIs for serverless
jeramysoucy aa8c78e
Adds authentication API access tests
jeramysoucy e4f60db
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 131a771
Adds API access tests for security and encrypted SOs
jeramysoucy e3bb1be
Merge remote-tracking branch 'upstream/main' into disable-spaces-publ…
jeramysoucy 8bb3ca2
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 074c0cc
Removes unnecessary comments
jeramysoucy 2997135
Merge remote-tracking branch 'upstream/main' into disable-spaces-publ…
jeramysoucy 78da626
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy ee8a12c
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy a366b54
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 6cb21ba
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 252cd72
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy d0b2364
Update x-pack/test_serverless/api_integration/services/svl_common_api.ts
jeramysoucy 452ad5a
Adresses initial review feedback
jeramysoucy d1c3bdf
Additional comments for build flavor conditions
jeramysoucy a63d67b
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 14c00ae
Update x-pack/plugins/security/server/routes/authentication/common.ts
jeramysoucy 9f0606d
Update x-pack/plugins/security/server/routes/authentication/common.ts
jeramysoucy ecb595c
Update x-pack/plugins/spaces/server/routes/api/external/index.ts
jeramysoucy 4682542
Additional comment updates
jeramysoucy 182273f
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy e7eec38
Temporarilty resolves failing test issues by registering the login en…
jeramysoucy 0e43706
Adds basic authc http scheme to test config.
jeramysoucy 5e54975
Fixes api key failing tests
jeramysoucy f69ff2f
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 8018d63
Temporarily allows access to login and role APIs. Skips user profiles…
jeramysoucy cf5dae0
Reverts temporary enabling of role APIs
jeramysoucy 100ced7
Adds the basic authc provider to the base config temporarily.
jeramysoucy b94cc86
Removes override of HTTP schemes
jeramysoucy 0e291c6
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 3608f85
Enables user and roles APIs to temporarily unblock cypress and UI tests
jeramysoucy b81b484
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 3478460
Updates serverless authc config to be compatible with existing tests.
jeramysoucy 24e21f4
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 95b2f12
Uses existing user for user profile tests
jeramysoucy 1edb353
Uses test user for user profile tests rather than admin user
jeramysoucy 727b393
Enables login page routes.
jeramysoucy 6ece943
Merge branch 'main' into disable-spaces-public-api-in-serverless
jeramysoucy 761f23b
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine f0fbfdf
Adds saml tools for saml login.
jeramysoucy 65c23e4
Added ftr context for shared
jeramysoucy 3c24c33
Update import order
jeramysoucy 0d22303
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 5c535d6
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine a979e58
Moves saml tools to api integration
jeramysoucy 051cf71
Removes reference to getSAMLResponse
jeramysoucy 4ca4924
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 305aa70
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine ba78385
Moves saml tools back into shared.
jeramysoucy d2ee490
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine c552a53
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine 084e495
Merge branch 'main' into pr-162087-apis
azasypkin d0292f8
Merge branch 'main' into pr-162087-apis
azasypkin e8b0bef
Merge branch 'main' into pr-162087-apis
azasypkin 5e953fa
Review#1: fix typos, disable Spaces Update API, make cookie an intern…
azasypkin 573a552
Review#1: move Saml Tools service to API integrations services as it …
azasypkin 710ca09
Merge branch 'main' into disable-spaces-public-api-in-serverless
azasypkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.