Filters Values

I need to share data with our client. I created new account witt fallowing restrictions:
Collection permissions is set on "View collection"
Data permission : SQL Queries is set on "No access"
Data Access is set on "No access"
I do not what client to have no access to edit dashboard and queries just to see data
It works for the most part. Only problem is with filter. If there is no access to data

Please see screens below. One filter is for value in table that has no access data
The other is for data that i have allow "Unrestricted access" and when I am using this filter there are hints for what values I can filter. But in this case user have access for this table and can create new queries.
Is there a way to somehow fix this, so that there will be hint in filter bit no access to data?

Hi @Sieg
Post "Diagnostic Info" from Admin > Troubleshooting.
I'm guessing that you're seeing this issue:
https://github.com/metabase/metabase/issues/12654 - upvote by clicking :+1: on the first post

Yes, the issue you have send is more or less my problem. Is there solution for it or is this ongoing problem?

{
"browser-info": {
"language": "pl",
"platform": "Linux x86_64",
"userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0",
"vendor": ""
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.10+9-Ubuntu-0ubuntu1.18.04",
"java.vendor": "Ubuntu",
"java.vendor.url": "https://ubuntu.com/",
"java.version": "11.0.10",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.10+9-Ubuntu-0ubuntu1.18.04",
"os.name": "Linux",
"os.version": "4.19-ovh-xxxx-std-ipv6-64",
"user.language": "en",
"user.timezone": "Etc/UTC"
},
"metabase-info": {
"databases": [
"h2",
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "10.16 (Ubuntu 10.16-0ubuntu0.18.04.1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"date": "2021-04-08",
"tag": "v0.38.4",
"branch": "release-x.38.x",
"hash": "057b6bb"
},
"settings": {
"report-timezone": null
}
}
}

@Sieg The issue is open and we're working on it. Permission issues are extremely difficult to handle, so Metabase doesn't disclose data it shouldn't.
By the way, latest release is 0.40.2

Ok, I understand. What about securing dashboard with a password that I shared via public link. Is there a way to do it?

@Sieg Let's keep every forum topic about single subject:
https://github.com/metabase/metabase/issues/9978 - upvote by clicking :+1: on the first post