Skip to content

Commit 072f7a4

Browse files
Madia WilderMadia Wilder
authored andcommitted
Adding comments re: exchanging subject ids
Signed-off-by: Madia Wilder <[email protected]>
1 parent d06b5c7 commit 072f7a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

archivist/notebooks/Sharing Album Release Info with Record Labels.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
18+
"# Pre-requisite: Ensure that RKVST Subject IDS have been exchanged with parties that one\n",
19+
"# wants to share with BEFORE creating this Access Policy.\n",
20+
"#\n",
21+
"# How to exchange RKVST Subject IDs:\n",
22+
"# https://docs.rkvst.com/docs/rkvst-basics/sharing-assets-with-obac/\n",
23+
"#\n",
1824
"# Creates an Access Policy that shares event-level \"read-only\" permission across RKVST tenancies.\n",
1925
"#\n",
2026
"# Main function, establishes a connection to RKVST using an App Registration then uses that\n",
@@ -121,6 +127,12 @@
121127
"source": [
122128
"def create_event_access(arch):\n",
123129
" \"\"\"\n",
130+
" Pre-requisite: Ensure that RKVST Subject IDS have been exchanged with parties that one\n",
131+
" wants to share with BEFORE creating this Access Policy.\n",
132+
"\n",
133+
" How to exchange RKVST Subject IDs:\n",
134+
" https://docs.rkvst.com/docs/rkvst-basics/sharing-assets-with-obac/\n",
135+
"\n",
124136
" Creates an Access Policy that shares Album Release data for Artists with other RKVST tenancies\n",
125137
" \"\"\"\n",
126138
" props = {\n",

0 commit comments

Comments
 (0)