Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Operate with least privilege #121

Closed
wants to merge 2 commits into from
Closed

Conversation

aclavio
Copy link
Contributor

@aclavio aclavio commented Jul 20, 2020

fixes #114

define the execute privilege
added the invoke roles to the operator
test user with the operator role to run dataservice driver test

aclavio added 2 commits July 20, 2020 11:09
added the invoke roles to the operator
test user with the operator role to run dataservice driver test
@freshie freshie added the enhancement New feature or request label Aug 27, 2020
@freshie freshie requested review from freshie and iowusu August 27, 2020 17:37
.getCurrentRoles()
.toArray()
.map((id) => xdmp.roleName(id));
xdmp.log(`getJobDocument roles: ${roleNames}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change this to a trace?

@@ -0,0 +1,16 @@
'use strict';

function logMe() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used in a unit test?

@aclavio aclavio closed this Jan 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operating state conductor flows with least privilege
2 participants