Skip to content
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

[8.x] [ResponseOps][Actions] Manual migration of action routes without access tags (#204030) #204215

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

…ss tags (elastic#204030)

Connected with elastic/kibana-team#1322

## Summary

Since most action routes do not use access tags they need to be migrated
to include a reason in the security params.

[Documentation.](https://docs.elastic.dev/kibana-dev-docs/key-concepts/security-api-authorization#opting-out-of-authorization-for-specific-routes)

The following routes were migrated:
- `createConnectorRoute`
- `deleteConnectorRoute`
- `getConnectorRoute`
- `getAllConnectorsRoute`
- `updateConnectorRoute`
- `listTypesRoute`
- `executeConnectorRoute`
- `getGlobalExecutionLogRoute`
- `getGlobalExecutionKPIRoute`
- `getAllConnectorsIncludingSystemRoute`
- `listTypesWithSystemRoute`
- `getOAuthAccessToken`

(cherry picked from commit 2dc790b)
@kibanamachine kibanamachine merged commit 35809cb into elastic:8.x Dec 13, 2024
11 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

cc @adcoelho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants