Embed panel - Can't get to load

Running Grafana v8.4.6 OSS

I want to embed a panel in my node-red flow. I have updated my grafana.ini

# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
;allow_embedding = true

If I look under Server Admin → Settings → security

image

Why do the two not match? I did stop and restarted Grafana.

So the issue I am experiencing I can’t iframe a panel.

image

:Hi @johans,

Thanks for opening this post.

remove the “;” in front of allow_embedding = true i.e.

# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
allow_embedding = true

Then restart your grafana server and you should see this to true under Server Admin → Settings → security

Then iframe should work !!

Let us know if you need any help on this.

Thank you for your help

What setting must the auth be on?

As if I log in I can see the user name and password is correct, but it kicks me out.

Hi @johans

We have this documentation for the Authentication:

Please check as I do not know in detail what Auth mechanism you are using. Also it seems a different question than Embedding panel (which comes in Dashboard Category).

So suggestion would be to use the Authentication Category to get help.