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

OrgId parameter always in url path #762

Open
ptrkkr opened this issue Jun 3, 2024 · 0 comments
Open

OrgId parameter always in url path #762

ptrkkr opened this issue Jun 3, 2024 · 0 comments

Comments

@ptrkkr
Copy link

ptrkkr commented Jun 3, 2024

Hey guys!

I don't know if this is a Grafana thing or scenes but I will give it a try here:

As a developer using Grafana for multi-tenancy use cases, it would be beneficial to have the orgId already encoded in the URL because when you copy the URL and send it to another user. The user needs to know the organization in which this link is valid.

I have found out that I can add it manually to the URL by doing the following:

https://[grafana-url]/a/[app-name]/[some-path]?orgId=[any-orgId]&var-[any-variable]=[any-value]

It would be cool if the orgId param is always in the URL.

Thx already in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant