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

[Inventory] Manual migration for routes with access tags #203794

Closed
crespocarlos opened this issue Dec 11, 2024 · 1 comment · Fixed by #204010
Closed

[Inventory] Manual migration for routes with access tags #203794

crespocarlos opened this issue Dec 11, 2024 · 1 comment · Fixed by #204010
Assignees
Labels
Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team technical debt Improvement of the software architecture and operational architecture v9.0.0

Comments

@crespocarlos
Copy link
Contributor

crespocarlos commented Dec 11, 2024

Summary

by 31/Dec

Inventory routes are defined with tag: 'access: inventory'. These routes could not be automatically migrated, and instead require teams to manually migrate to the new authorization system. See the developer documentation for more details.

Example of what needs to be done: #202817

AC
access tag is replaced with the new authorization API

@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 11, 2024
@crespocarlos crespocarlos added v9.0.0 and removed needs-team Issues missing a team label labels Dec 11, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 11, 2024
@crespocarlos crespocarlos added technical debt Improvement of the software architecture and operational architecture Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team and removed needs-team Issues missing a team label labels Dec 11, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@crespocarlos crespocarlos self-assigned this Dec 11, 2024
@crespocarlos crespocarlos changed the title [Inventory] [Inventory] Manual migration for routes with access tags Dec 11, 2024
@crespocarlos crespocarlos removed their assignment Dec 11, 2024
@iblancof iblancof self-assigned this Dec 12, 2024
iblancof added a commit that referenced this issue Dec 13, 2024
…ration in routes (#204010)

## Summary

Closes #203794

This PR replaces the deprecated `access` tags with the new `security`
configuration.

All instances of `options: {tags: ['access:inventory']}` are now updated
to `security: {authz: {requiredPrivileges: ['inventory']}}`.
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Dec 13, 2024
…ration in routes (elastic#204010)

## Summary

Closes elastic#203794

This PR replaces the deprecated `access` tags with the new `security`
configuration.

All instances of `options: {tags: ['access:inventory']}` are now updated
to `security: {authz: {requiredPrivileges: ['inventory']}}`.

(cherry picked from commit 3f64ce1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team technical debt Improvement of the software architecture and operational architecture v9.0.0
Projects
None yet
3 participants