I am using kibana version v 7.17.9
I am trying to use this api endpoint to generate cookies in my front end angular application : "/internal/security/login". But while making a post call from my web application, i am getting cors error on "/internal/security/login".
How to enable CORS on kibana. i am trying to put this is kibana.yml
Can you explain a bit more about what you are trying to do, and why you need to disable CORS? I found an old discuss thread and GitHub issue and it looks like CORS support in production mode has been removed at least from version 7.6.
Thanks for your response @carly.richmond . I am trying to make a post api call to "/internal/security/login" from my web application. But it is giving me CORS error.
Basically i want to authenticate the kibana based on the cookie that this endpoint "/internal/security/login" generates.
Is there any way i can enable CORS to * or make this api work so that i am able to call it and get the response?
Hi @carly.richmond , yes I’m trying to embed the kibana dashboard into other application.
If not this, can you please let me know any other alternatives for my use case?
Where I’m able to do basic authentication for embedding the dashboards into my app.
Thanks for confirming @Shreyansh_Jain. You can embed the dashboard in an iframe. I would recommend checking out the Embed code guide in the documentation.
For authentication I would have a look at the below options to see if either works for you:
Thanks for your response @carly.richmond .
I went through the above links.
one of them says that "it’s highly advisable to configure Kibana as a part of the SSO setup". Now, i use okta SSO as idp and protocol for authentication to my web application.
But i think SSO authentication is not available for open source and community version of elastic and kibana (Please correct me if i am wrong). This is the reason why i was trying out the login api to set cookies and authenticate using basic auth. If not SSO, can you please let me know any other auth like basic auth which i can use in my free tier of elastic and kibana?
When embedding a dashboard it will pop up with the sign in screen initially. If that's not ideal I would have a potential look at the anonymous access embedding, or the xpack.security.sameSiteCookies option.
Thanks @carly.richmond . I am very close to the solution. Can you please point me to a documentation which tells me what changes to be done in kibana to configure cookie based authentication for kibana iframe embedded in a web application.
What are the config changes that needs to be done so that kibana iframe url picks up the "sid" cookie automatically.
Are you referring to configuration on the Kibana side or your app containing the iframe? The documentation covering Kibana cookie settings is available here. I see the default value for the cookie name attribute is sid but perhaps some of the other properties need tweaking with your setup?
Thanks @carly.richmond. I am able to set the cookie "sid" on my web application where i have embedded the iframe url.
But the iframe embed url is not getting auto logged in.
I have not made any changes in the kibana.yml yet to enable basic auth. Can you please point me toward the changes which i need to make so that iframe url picks the cookie already set for its domain.
Quite close to the solution though. Thanks to you @carly.richmond
@carly.richmond thanks for this. At the Last Step, i'm facing this issue. I'm putting my kibana.yml and error i am encountering while reading cookie automatically from the browser.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.