Skip to content

Commit e30bb25

Browse files
authored
Merge pull request #233 from rkvst/mmwilder26/jpn_subjectid_verbiage
Adding subject id exchange verbiage
2 parents 155b80b + 1f12ab4 commit e30bb25

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

archivist/notebooks/Sharing Artist Asset with Record Labels.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"id": "c268f287-98f5-4a34-9df4-e6e7dfd92143",
67
"metadata": {},
@@ -15,6 +16,12 @@
1516
"metadata": {},
1617
"outputs": [],
1718
"source": [
19+
"# Pre-requisite: Ensure that RKVST Subject IDS have been exchanged with parties that one\n",
20+
"# wants to share with BEFORE creating this Access Policy.\n",
21+
"#\n",
22+
"# How to exchange RKVST Subject IDs:\n",
23+
"# https://docs.rkvst.com/docs/rkvst-basics/sharing-assets-with-obac/\n",
24+
"#\n",
1825
"# Creates an Access Policy that shares \"read-only\" permission across RKVST tenancies.\n",
1926
"#\n",
2027
"# Main function, establishes a connection to RKVST using an App Registration then uses that\n",
@@ -121,6 +128,12 @@
121128
"source": [
122129
"def create_access(arch):\n",
123130
" \"\"\"\n",
131+
" Pre-requisite: Ensure that RKVST Subject IDS have been exchanged with parties that one\n",
132+
" wants to share with BEFORE creating this Access Policy.\n",
133+
"\n",
134+
" How to exchange RKVST Subject IDs:\n",
135+
" https://docs.rkvst.com/docs/rkvst-basics/sharing-assets-with-obac/\n",
136+
"\n",
124137
" Creates an Access Policy that shares read only data for Artists with other RKVST tenancies\n",
125138
" \"\"\"\n",
126139
" props = {\n",

0 commit comments

Comments
 (0)