Skip to content

Commit

Permalink
disable byoc in provisioning (NVIDIA#327)
Browse files Browse the repository at this point in the history
* disable byoc in provisioning

* add more comments on how to enable byoc
  • Loading branch information
holgerroth authored Mar 18, 2022
1 parent 1d3169e commit de93a14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/cifar10/workspaces/secure_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ participants:
org: nvidia
fed_learn_port: 8002
admin_port: 8003
# `enable_byoc: true` would allow loading python codes in app. Default is false.
# Needs to be enabled for each site if desired. Also enable `allow_byoc` for your admin group below.
- name: site-1
type: client
org: nvidia
Expand Down Expand Up @@ -62,8 +64,8 @@ builders:
relaxed:
desc: org group with relaxed policies
rules:
allow_byoc: true
allow_custom_datalist: true
allow_byoc: false
allow_custom_datalist: false
disabled: false
- path: nvflare.lighter.impl.cert.CertBuilder
- path: nvflare.lighter.impl.he.HEBuilder
Expand Down

0 comments on commit de93a14

Please sign in to comment.