1,379 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
163
views
How to hide other users in "Modified by" and "Access Owners" fields in Apache Superset 4.0.1?
I’m using Apache Superset 4.0.1 and have a custom role set up so that certain users can:
Create charts from existing datasets
Read/edit charts and dashboards
But NOT see or select other users in the &...
1
vote
1
answer
277
views
View Only Access to Azure Databricks Notebooks
I am trying to give only View access to the Notebooks for a user. I have created a premium Databricks Account from my Azure portal. Then I create a new user in the Azure portal and gave Reader access ...
0
votes
1
answer
45
views
How do i get number of attributes matched and total attributes checked from XACML policy in ABAC?
I am a beginner in XACML and ABAC. I wrote a policy in XACML, which I deployed in the AuthzForce local server, and it works as expected with my test request in Postman. However, now I want to modify ...
0
votes
0
answers
30
views
What access control software can define the following rules
Role R0: Users can access data belonging to their department.
Role R1: Users can access data from all departments.
User U0 has role R0.
User U0 belongs to department D0.
User U1 has role R1.
User U1 ...
3
votes
1
answer
318
views
Can't get role data in Clerk middleware
I am trying to set up some access control for a project build with NextJs and Clerk.
The plan is to set up the middleware so that I can control which routes they can access based on their role or ...
1
vote
1
answer
165
views
Read ACLs excluding the ownership information in Powershell 7
I need to update permissions with adding, editing, and/or removing access rules from ACLs through Powershell. Normally, you would just do something like
$MyACL = Get-Acl
$MyACL.SetAccessRule($...
0
votes
1
answer
725
views
How to Understand Access Conditions in Mifare Classic 1k
I am working with Mifare Classic 1K, and so far I have successfully inserted/updated data in each block using key A with default access byte FF0780.
I am trying to understand the documentation, but I ...
0
votes
0
answers
49
views
CORS Issue When Deploying Travel Web Application on EC2 and Using Ngrok
We are developing a travel web application and attempting to deploy it on an EC2 instance. We've also tried using ngrok for tunneling, but we're encountering persistent CORS issues between different ...
0
votes
1
answer
458
views
How to Restrict Access to Screens Based on Group Membership in PowerApps?
I'm working on access control within my PowerApps application and need to prevent users who don't belong to a specific Azure AD group (Entra ID) from accessing certain screens.
In the OnStart property ...
0
votes
1
answer
143
views
Hasura conditional column-based access control
I am using Hasura for the GraphQL API. I have also configured RBAC using Hasura. For example, for the Manager role, I granted access to the following columns in the users table for Read operations: id,...
0
votes
1
answer
71
views
Azure SQL analysts can create views from forbidden cross database data
TLDR Problem
User can view forbidden data by creating a view to the forbidden data in his own personal schema where he has CONTROL permissions.
Introduction
I have a Azure SQL (Managed Instance) ...
0
votes
1
answer
122
views
System.Security.AccessControl AccessControlType vs AceType
Is System.Security.AccessControl.AceType is just more detailed version of System.Security.AccessControl.AccessControlType? Is there a way to convert AceType to AccessControlType or these are two ...
2
votes
2
answers
292
views
Protected and "package-private" visibility when inheriting from class in different package
I'm kind of new to visibility and want to really internilize these concepts.
I've learnt that "package-private", the default visibility in Java, allows us to see fields from classes in the ...
0
votes
1
answer
75
views
Restricting read access to MediaWiki pages based on category and group
I have a page with this content, which is a page intended to be accessible only for users in the "sales" group. Even for reading.
This page contains content for sales.
<!-- Tag for ...
0
votes
1
answer
178
views
Cannot create a page on mediawiki
When i submit a new page , i always get this error:
Sorry! We could not process your edit due to a loss of session data.
You might have been logged out. Please verify that you're still logged
in and ...