-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Replace apm_user
with stack-wide roles (editor
/ viewer
)
#116760
Comments
Pinging @elastic/apm-ui (Team:apm) |
The current deprecation message for the
Could you clarify what's missing for |
I've updated the description to now only mention the |
Uhm, I'm not sure to fully get it. While I understand that |
I created #134294 and https://github.com/elastic/observability-test-environments/issues/2333 as a follow-ups. elastic/elasticsearch#87233 is still open but aiming to get it resolved this week. |
Meta issue: elastic/kibana#116760 The `apm_user` role was marked as deprecated in 7.13 and was supposed to be removed in 8.0 but it didn't happen. Now we are aiming to remove the role in 9.0 and are updating the deprecation message. All mentions of `apm_user` role have been removed from docs and in-product mentions in elastic/kibana#132790.
…#200163) Related to: elastic/elasticsearch#116712 Meta issue: #116760 The apm_user role was elastic/elasticsearch#68749 in 7.13 and was supposed to be removed in 8.0. All mentions of apm_user role were finally removed in #132790. This PR adds some deprecation steps for users are using the `apm_user`. <img width="494" alt="Screenshot 2024-11-18 at 14 10 08" src="https://github.com/user-attachments/assets/e04fff63-b56e-4a74-93ad-a87884f9a8a6"> <img width="1128" alt="Screenshot 2024-11-18 at 14 10 18" src="https://github.com/user-attachments/assets/de67afcf-8bd5-4896-815a-4e1adc730681"> <img width="1241" alt="Screenshot 2024-11-14 at 13 12 01" src="https://github.com/user-attachments/assets/e94b0367-b459-45b4-923e-1de7a095b6b8">
…elastic#200163) Related to: elastic/elasticsearch#116712 Meta issue: elastic#116760 The apm_user role was elastic/elasticsearch#68749 in 7.13 and was supposed to be removed in 8.0. All mentions of apm_user role were finally removed in elastic#132790. This PR adds some deprecation steps for users are using the `apm_user`. <img width="494" alt="Screenshot 2024-11-18 at 14 10 08" src="https://github.com/user-attachments/assets/e04fff63-b56e-4a74-93ad-a87884f9a8a6"> <img width="1128" alt="Screenshot 2024-11-18 at 14 10 18" src="https://github.com/user-attachments/assets/de67afcf-8bd5-4896-815a-4e1adc730681"> <img width="1241" alt="Screenshot 2024-11-14 at 13 12 01" src="https://github.com/user-attachments/assets/e94b0367-b459-45b4-923e-1de7a095b6b8">
…elastic#200163) Related to: elastic/elasticsearch#116712 Meta issue: elastic#116760 The apm_user role was elastic/elasticsearch#68749 in 7.13 and was supposed to be removed in 8.0. All mentions of apm_user role were finally removed in elastic#132790. This PR adds some deprecation steps for users are using the `apm_user`. <img width="494" alt="Screenshot 2024-11-18 at 14 10 08" src="https://github.com/user-attachments/assets/e04fff63-b56e-4a74-93ad-a87884f9a8a6"> <img width="1128" alt="Screenshot 2024-11-18 at 14 10 18" src="https://github.com/user-attachments/assets/de67afcf-8bd5-4896-815a-4e1adc730681"> <img width="1241" alt="Screenshot 2024-11-14 at 13 12 01" src="https://github.com/user-attachments/assets/e94b0367-b459-45b4-923e-1de7a095b6b8">
Currently the APM documentation suggests that
apm_user
role is used for grant permission to apm ui and apm data.The stack is slowly moving away from solution specific roles and instead moving towards three stack-wide roles:
viewer
,editor
andsuperuser
.If possible we should delete the
apm_user
in 8.0 (it's been marked as deprecated for a while), and ask users to use the stack-wide roles instead.TODO:
apm_user
from Elasticsearch (Remove apm_user role elasticsearch#87233) Remove apm_user role elasticsearch#116712apm_user
apm_user
in tests ([APM] Remove mentions ofapm_user
#132790)The text was updated successfully, but these errors were encountered: