Dontopedia

role_name

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

role_name has 12 facts recorded in Dontopedia across 6 references, with 2 live disagreements.

12 facts·4 predicates·6 sources·2 in dispute

Mostly:has value(5), rdf:type(4), parameter name(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (9)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

hasParameterHas Parameter(5)

boundToBound to(1)

receivesParameterReceives Parameter(1)

requiresRequires(1)

takesParameterTakes Parameter(1)

Other facts (11)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

11 facts
PredicateValueRef
Has ValueCostDataAccess[2]
Has ValueCostDataAccess[3]
Has Valueshared-role[4]
Has Valuemy-ingestion-role[5]
Has Valuetuning-data-access[6]
Rdf:typeParameter[2]
Rdf:typeParameter[3]
Rdf:typeInput Parameter[4]
Rdf:typeModule Parameter[5]
Parameter Namerole_name[1]
Has Default Valueshared-role[4]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

parameterNamebeam/d98ca6a9-2518-499b-bc65-58415f0f4d87
role_name
typebeam/9dad1e7b-6f69-4463-8166-3958078e689b
ex:Parameter
hasValuebeam/9dad1e7b-6f69-4463-8166-3958078e689b
CostDataAccess
typebeam/e6065bab-9a91-4a07-a15a-0e80a8e4e284
ex:Parameter
hasValuebeam/e6065bab-9a91-4a07-a15a-0e80a8e4e284
CostDataAccess
typebeam/fd912db7-f15a-4a61-a19d-9a196007b348
ex:InputParameter
hasValuebeam/fd912db7-f15a-4a61-a19d-9a196007b348
shared-role
hasDefaultValuebeam/fd912db7-f15a-4a61-a19d-9a196007b348
shared-role
typebeam/940fa24d-b54c-4bcb-a633-2f50a4ccf081
ex:ModuleParameter
labelbeam/940fa24d-b54c-4bcb-a633-2f50a4ccf081
role_name
hasValuebeam/940fa24d-b54c-4bcb-a633-2f50a4ccf081
my-ingestion-role
hasValuebeam/af8ae485-d8e6-4fad-81e1-e92fbca682b3
tuning-data-access

References (6)

6 references
  1. ctx:claims/beam/d98ca6a9-2518-499b-bc65-58415f0f4d87
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d98ca6a9-2518-499b-bc65-58415f0f4d87
      Show excerpt
      #### Step 2: Populate the Database with Roles and Permissions Populate the database with roles and permissions as before. ```python def populate_db(): admin_role = Role(name="admin") staff_role = Role(name="staff") guest_role
  2. ctx:claims/beam/9dad1e7b-6f69-4463-8166-3958078e689b
    • full textbeam-chunk
      text/plain1 KBdoc:beam/9dad1e7b-6f69-4463-8166-3958078e689b
      Show excerpt
      RoleName='CostDataAccess', AssumeRolePolicyDocument='''{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam
  3. ctx:claims/beam/e6065bab-9a91-4a07-a15a-0e80a8e4e284
    • full textbeam-chunk
      text/plain1 KBdoc:beam/e6065bab-9a91-4a07-a15a-0e80a8e4e284
      Show excerpt
      If you have a list of specific users who should have access, you can modify the `AssumeRolePolicyDocument` accordingly: ```python assume_role_policy_document = '''{ "Version": "2012-10-17", "Statement": [ { "Eff
  4. ctx:claims/beam/fd912db7-f15a-4a61-a19d-9a196007b348
    • full textbeam-chunk
      text/plain1 KBdoc:beam/fd912db7-f15a-4a61-a19d-9a196007b348
      Show excerpt
      locals { role_arn = module.shared_resources.role_arn } ``` #### Retrieval Module (`modules/retrieval/main.tf`) ```hcl variable "role_arn" { type = string default = "" } resource "aws_instance" "retrieval" { ami = "am
  5. ctx:claims/beam/940fa24d-b54c-4bcb-a633-2f50a4ccf081
    • full textbeam-chunk
      text/plain1 KBdoc:beam/940fa24d-b54c-4bcb-a633-2f50a4ccf081
      Show excerpt
      Here is the full example with all the pieces together: #### `modules/ingestion/variables.tf` ```hcl variable "bucket_name" { description = "Name of the S3 bucket." type = string } variable "role_name" { description = "Name o
  6. ctx:claims/beam/af8ae485-d8e6-4fad-81e1-e92fbca682b3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/af8ae485-d8e6-4fad-81e1-e92fbca682b3
      Show excerpt
      realm_name="my-realm") # Create a new role role = keycloak_admin.create_role({"name": "tuning-data-access"}) # Assign the role to a user keycloak_admin.assign_role("tuning-data-access", "user1") ``` However,

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.