You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change root_url = %(protocol)s://%(domain)s:/grafana/ toroot_url = %(protocol)s://%(domain)s:%(http_port)s/I can use nodeport to access and the dashboard can be embedded, but this loses The linkerd web page jump access, when I don't modify it, I use nodeport access then it fails as follows
Using the link http://10.82.49.144:30443/grafna remains the same
So I think rejection is what linkerd web is responding to
Oh yeah when I embed the main linkerd web page it does the same thing, so I'm more thinking that it's rejected by linkerd web, or linkerd proxy?
So what I want to ask is whether linkerd web can set X-Frame-Options to allow embedding, or whether there is another way to handle it
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to embed linkerd grafana dashbord like the following
But the page returns a rejected request as shown in the figure:

The linkerd version runs Linkerd 2.12.3 (stable).
I tried turning grafna's anonymous access on and off and embedding,but it didn't work
When I change

root_url = %(protocol)s://%(domain)s:/grafana/
toroot_url = %(protocol)s://%(domain)s:%(http_port)s/
I can use nodeport to access and the dashboard can be embedded, but this loses The linkerd web page jump access, when I don't modify it, I use nodeport access then it fails as followsUsing the link
http://10.82.49.144:30443/grafna
remains the sameSo I think rejection is what linkerd web is responding to
I also tried this link https://linkerd.io/2.12/tasks/exposing-dashboard/ for settings ingress and web,and it also does not work embedding is still rejected

Oh yeah when I embed the main linkerd web page it does the same thing, so I'm more thinking that it's rejected by linkerd web, or linkerd proxy?
So what I want to ask is whether linkerd web can set X-Frame-Options to allow embedding, or whether there is another way to handle it
Beta Was this translation helpful? Give feedback.
All reactions