-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This commit makes a couple of changes: 1. Added proxy_connection::make_rodsadmin_connection. This function simply establishes a client connection as the local service account rodsadmin. Importantly, it also sets the authFlag in the created RcComm in order to appropriately indicate the privilege level of the client user. 2. All instances of establishing a connection with the local server to perform actions have been replaced with connections as the local service account rodsadmin. This allows storage tiering to do its job properly without needing to worry about user permissions. Note: Violating queries still select the USER_NAME and USER_ZONE, but they are no longer used.
- Loading branch information
Showing
3 changed files
with
89 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters