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

[Infra] Manual migration for routes with access tags #203793

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

[Infra] Manual migration for routes with access tags #203793

crespocarlos opened this issue Dec 11, 2024 · 1 comment · Fixed by #204214
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

Infra routes are defined with tag: 'access: infra'. 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 new authorization API
@crespocarlos crespocarlos changed the title [Infra] [Infra] Manual migration for routes with access tags Dec 11, 2024
@crespocarlos crespocarlos added technical debt Improvement of the software architecture and operational architecture v9.0.0 Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Dec 11, 2024
@elasticmachine
Copy link
Contributor

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

@iblancof iblancof self-assigned this Dec 12, 2024
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Dec 16, 2024
…on in routes (elastic#204214)

## Summary

Closes elastic#203793

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

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

(cherry picked from commit 73066e8)
JoseLuisGJ pushed a commit to JoseLuisGJ/kibana that referenced this issue Dec 19, 2024
…on in routes (elastic#204214)

## Summary

Closes elastic#203793

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

All instances of `options: {tags: ['access:infra']}` are now updated to
`security: {authz: {requiredPrivileges: ['infra']}}`.
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this issue Jan 13, 2025
…on in routes (elastic#204214)

## Summary

Closes elastic#203793

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

All instances of `options: {tags: ['access:infra']}` are now updated to
`security: {authz: {requiredPrivileges: ['infra']}}`.
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
Development

Successfully merging a pull request may close this issue.

3 participants