Permissions#24
Merged
jonnypress merged 88 commits intomasterfrom Jan 10, 2017
Merged
Conversation
…and to see if the new code actually has an impact...Though it does run and that is enough for now. Also added default.q file with a systemuser role which is used for interprocess communication.
…into permissions
… the public user entry to persist after disconnect
…s init when enabled = true. Therefore all .z. operators get overwritten at this stage.
…into permissions
…tions now works in all forms
…at match those currently used. Moved initialisation to the default.q script.
…into permissions
…tions now works in all forms
…s calling themselves, if this happens it is allowed. Added the .ps.subscribe function to systemusers allowed functions. Finally, added a cheat line, if there are no parameter restrictions it will bypass the rest of the fchk method. For some reason this method is throwing an error for some arguments passed to it. Will investigate. This code works, though obviously limits functionality
…into permissions
… argument checks. Getting an error in feed.q with feed.q loading so this is not properly functioning yet.
…common code or handlers not being loaded. Removed some globals from permissions and added a default setting for .pm.enabled.
…ixed incorrect no of args being passed to lamq
…ake them simpler. Added a line to permission on the gateway.
…into permissions Conflicts: code/handlers/permissions.q
…emode check to see if they have already been set.
…sioned on the gateway but not the syncexec statements etc. Switched to allowed instead of cando. Some comments added to the permessions config file.
…case the default permissioning is disabled but gateway permissioning is enabled
…into permissions
jonnypress
approved these changes
Jan 10, 2017
Contributor
jonnypress
left a comment
There was a problem hiding this comment.
Code looks good (was continuously reviewed throughout development)
FlyingOE
pushed a commit
to FlyingOE/TorQ
that referenced
this pull request
Mar 10, 2017
* 'master' of https://github.com/AquaQAnalytics/TorQ: (95 commits) Fixed issue where eod would fail when wdb was set to partbyattr and t… (DataIntellectTech#42) Mergereplay (DataIntellectTech#41) Preventing tabsizes appearing in hdb (DataIntellectTech#39) Subcut (DataIntellectTech#38) Added fix to .email.senddefault to terminate if no connection to server (DataIntellectTech#37) added passwords dictionary for connecting to non torq processes and modified opencon function (DataIntellectTech#36) Blog page and short descriptions of previously unmentioned files (DataIntellectTech#35) Documentation kdbappcode (DataIntellectTech#34) updated to 3.0.0 added ldap permissioning Ldap (DataIntellectTech#29) eodtime bugfix, improved error catching at rollover (DataIntellectTech#31) Update utilities.md with comments on API table generation (DataIntellectTech#33) Docsite (DataIntellectTech#32) Delete Documentation pdf (DataIntellectTech#30) Readme update (DataIntellectTech#28) Mkdocs site details (DataIntellectTech#27) Added permissions.q to the documentation (DataIntellectTech#25) Permissions (DataIntellectTech#24) Improved debugging features (DataIntellectTech#23) ...
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Permissions branch - adds access control, user groups/roles for variable/function control, gateway control, return value size restriction.
Comes with default permissions to enable all processes to run on TorQ, but permissions disabled by default.