Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizations should an argument from the call method #16

Open
frankcorneliusmartin opened this issue Nov 2, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@frankcorneliusmartin
Copy link
Member

frankcorneliusmartin commented Nov 2, 2021

So that you are able to send the task to a subsection of your collaboration:

vtg/R/client.R

Lines 480 to 490 in 4c5fe9f

for (i in 1:length(self$collaboration$organizations)) {
org <- self$collaboration$organizations[[i]]
if (self$using_encryption) {
# Returns a string containing 3 base64 encoded components, separated by
# a '$':
# 1: (RSA) encrypted key,
# 2: initialization vector (iv),
# 3: (AES) encrypted body
input <- self$encrypt(serialized.input, org)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants