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

[CCR] Unable to load CCR app if security is disabled #33356

Closed
jen-huang opened this issue Mar 15, 2019 · 2 comments · Fixed by #35333
Closed

[CCR] Unable to load CCR app if security is disabled #33356

jen-huang opened this issue Mar 15, 2019 · 2 comments · Fixed by #35333
Labels
bug Fixes for quality problems that affect the customer experience Feature:CCR and Remote Clusters Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@jen-huang
Copy link
Contributor

Run ES with security disabled:

yarn es snapshot -E xpack.security.enabled=false

Observe that CCR app does not load due to failure to check permissions:

image

This is due to the ES security endpoints being unavailable if security is disabled, including /_security/user/_has_privileges which we use as part of the CCR permissions endpoint:

image

@jen-huang jen-huang added bug Fixes for quality problems that affect the customer experience Feature:CCR and Remote Clusters Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Mar 15, 2019
@checks-reporter
Copy link

Thanks for opening this issue!

@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:CCR and Remote Clusters Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants