-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Fleet] Add auth fields to agent binary download source #250557
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
jillguyonnet
merged 21 commits into
elastic:main
from
jillguyonnet:fleet/add-auth-fields-to-agent-download-source
Feb 12, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6e0829e
[Fleet] Add auth fields to agent binary download source
jillguyonnet a3ced6a
Changes from make api-docs
kibanamachine 366f461
Changes from node scripts/jest_integration -u src/core/server/integra…
kibanamachine 588e9a9
Fix encrypted saved objects integration test
jillguyonnet e828bc7
Add test fixture for ingest_manager_settings SO 10.8.0
jillguyonnet 0a15c30
Use sentence case in UI labels
jillguyonnet 32fdd18
Add auth headers
jillguyonnet 9c56131
Changes from yarn openapi:bundle
kibanamachine 6596957
Changes from make api-docs
kibanamachine 8760fd6
Merge branch 'main' into fleet/add-auth-fields-to-agent-download-source
jillguyonnet 697c33e
Fixes
jillguyonnet 8bb621b
Changes from make api-docs
kibanamachine 43ad1f7
Fix type check
jillguyonnet d24619b
Add headers maxSize to schema
jillguyonnet 3c72b0a
Changes from make api-docs
kibanamachine 418c27b
Fix clearing auth data with PUT
jillguyonnet 40e643d
Consolidate PUT
jillguyonnet fd2a147
Add new flag to mapping
jillguyonnet 9d857df
Consolidate POST and PUT
jillguyonnet 0b8728a
Merge branch 'main' into fleet/add-auth-fields-to-agent-download-source
elasticmachine 54fd83a
Merge branch 'main' into fleet/add-auth-fields-to-agent-download-source
jillguyonnet 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
53 changes: 53 additions & 0 deletions
53
...n-check-saved-objects-cli/src/migrations/__fixtures__/ingest_manager_settings/10.8.0.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "10.7.0": [ | ||
| { | ||
| "has_seen_add_data_notice": true, | ||
| "prerelease_integrations_enabled": false, | ||
| "id": "id", | ||
| "version": "1", | ||
| "preconfigured_fields": ["fleet_server_hosts"], | ||
| "secret_storage_requirements_met": true, | ||
| "output_secret_storage_requirements_met": true, | ||
| "action_secret_storage_requirements_met": true, | ||
| "use_space_awareness_migration_status": "success", | ||
| "use_space_awareness_migration_started_at": "2022-10-11T13:45:20.123Z", | ||
| "delete_unenrolled_agents": { | ||
| "enabled": true, | ||
| "is_preconfigured": false | ||
| }, | ||
| "ilm_migration_status": { | ||
| "logs": "success", | ||
| "metrics": "success", | ||
| "synthetics": null | ||
| }, | ||
| "ssl_secret_storage_requirements_met": true, | ||
| "integration_knowledge_enabled": true | ||
| } | ||
| ], | ||
| "10.8.0": [ | ||
| { | ||
| "has_seen_add_data_notice": true, | ||
| "prerelease_integrations_enabled": false, | ||
| "id": "id", | ||
| "version": "1", | ||
| "preconfigured_fields": ["fleet_server_hosts"], | ||
| "secret_storage_requirements_met": true, | ||
| "output_secret_storage_requirements_met": true, | ||
| "action_secret_storage_requirements_met": true, | ||
| "use_space_awareness_migration_status": "success", | ||
| "use_space_awareness_migration_started_at": "2022-10-11T13:45:20.123Z", | ||
| "delete_unenrolled_agents": { | ||
| "enabled": true, | ||
| "is_preconfigured": false | ||
| }, | ||
| "ilm_migration_status": { | ||
| "logs": "success", | ||
| "metrics": "success", | ||
| "synthetics": null | ||
| }, | ||
| "ssl_secret_storage_requirements_met": true, | ||
| "integration_knowledge_enabled": true, | ||
| "download_source_auth_secret_storage_requirements_met": true | ||
| } | ||
| ] | ||
| } |
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.
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.