Grant privileges on future objects in Unity Catalog - databricks-unity-catalog

Similar to this question : Grant privileges on future tables in PostgreSQL?
I would like to enable SELECT access to all the tables that will be created within an existing database, is there any way to achieve this with Unity Catalog ?

This functionality isn't available yet (as of end of August 2022nd). But it should be available later this year (no confirmation for the timeline yet).
Update Jan 2023rd: This functionality was released in October 2022nd.

Related

My Views in Dynamics 365 not appearing

When one of our users is creating views with Advanced Find, the views appear in his My Views until he refreshes the page, and disappear after it. I reproduced it on few computers with different browsers and for different entities in CRM. It is working as expected for other users. I already tried to remove and add CRM licenses for this user.
Any ideas?
Finally I created support request for Microsoft. They ran some script on their side and solved the problem.
We experienced this today, shared personal views & dashboards not shown for a particular user.
Removing roles or unsharing/resharing didn’t solve the issue. In all cases, POA table was showing perfect access levels (used xrmtoolbox - search POA plugin). But Access checker xrmtoolbox plugin reveals no access for those saved views (userquery) & user dashboard (userform).
The issue is solved after removing/assigning license in O365.
Another observation: User’s last name changed & asked for AD account modification, our help desk created dupe profile & merged. This could have messed the systemuser entry.

Umbraco Package Action: Give all Users access to custom section

Hi I am building a new package and I want to give all users access to the new section automatically when the package is being installed.
I have found the GrantPermissionForApp class action in the "PackageActionsContrib" project, but the injected SQL is targeting tables that now do not exist.
Umbraco now sets section permissions on group Membership not at the user level, hence the SQL table "umbracoUser2app" doesn't exist.
Has anyone modded the GrantPermissionForApp class to account to the Umbraco changes or could advise what tables I need to mod in SQL?
Many thanks.

ORACLE OFSA home screen

I would need help with ofsaa application, I would like to change home screen when you login to application, currently it directly goes to "Financial Services Applications", but I would like default home screen where user has a chance to select his own home screen.
I was told that this is under CONFIG_OWNER schema, and that I should only remove one record in table. But I don't know which table.
Thanks in advance.
Br, Aljaž.
You can find the records in cssms_usr_startup_page table of the configuration schema. locate the user id and remove the row.
This table cssms_usr_startup_page doesn't have any record in Version 8110.
However, you can refer to the Oracle support team on this. Kindly update the solution here as well.
I am working on OFSAA around 2+ years but haven't faced such issue.

Joomla User & Reporting manager mapping

I want to implement leave management system in joomla. For every leave i want email notification to be sent to employee's manager (reporting manager). I need to do employee - > reporting manager mapping somewhere in database.
Is there any built in utility in joomla user groups which can help me? OR Do I need to simply create mapping table in database?
Please suggest.
We are looking for something very similar to run within a Joomla Intranet environment.
I have recently found an extension that might be the kind of thing you are looking for - have a look at Intranet Attendance Track by thagatpam in the extensions directory.
The extension can track attendance, leave, and has a manager approval system built-in.
Hope this helps.

different mysql users for Joomla backend and frontend for the sake of more security

I currently have just the basic privileges set to joomla’s mysqluser: INSERT, UPDATE, DELETE and SELECT.
But in fact if the this user is being used across the entire site, if any hacker finds a way to get it or to control the queries (sql injection) he will be able to delete the entire content of a website.
My idea would be to have 2 different mysql users in joomla. One to user in the frontend and the other one to be used in the backend (/administrator). In fact the administrator will require the privileges I currently use, but the frontend user will only require SELECT and a few UPDATE and INSERT previligies to some particular tables like banners and session
I know it might sound paranoid, but currently the projects I'm working with require this kind of "paranoid" approach.
I expact any Joomla experts will help me in achieving this.
Firstly, I have seen that you used the Joomla 1.7 tag in your question, but please ensure you are running the latest version of the Joomla 2.5 series, 2.5.9
What you are trying to achieve from what I have read is you want 2 users, 1 that can only log into to the frontend and the other that can log in to the backend. This currently is available in Joomla and would require core code changes which I'm not going to recommend you do. Have a read through another question I answered, giving information and good extensions to help with security.
Joomla! 2.5.4 Hacked: Having trouble with diagnosis
Then, simply create a separate admin account and only use that one to login to the backend.

Resources