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

DS Guardrails R24.5 policy adjustments #596

Closed
8 of 9 tasks
mkanal opened this issue May 7, 2024 · 3 comments
Closed
8 of 9 tasks

DS Guardrails R24.5 policy adjustments #596

mkanal opened this issue May 7, 2024 · 3 comments
Assignees
Labels
R24.5 release-hot-fix pbi is relevant for current release and for hotfix path

Comments

@mkanal
Copy link
Contributor

mkanal commented May 7, 2024

As product
I want to apply the new policy format
so that I achieve data sovereigty guardrails

Link

Hints / Details

Acceptance Criteria

{
    "@context": {
        "@vocab": "https://w3id.org/edc/v0.0.1/ns/"
    },
    "@id": "<POLICY-ID>",
    "policy": {
        "@context": [
            "https://www.w3.org/ns/odrl.jsonld",
            {
                "cx-policy": "https://w3id.org/catenax/policy/"
            }
        ],
        "@type": "Policy",
        "profile": "cx-policy:profile2405",
        "permission": [
            {
                "action": "use",
                "constraint": {
                    "and": [
                        {
                            "leftOperand": "cx-policy:FrameworkAgreement",
                            "operator": "eq",
                            "rightOperand": "traceability:1.0"
                        },
                        {
                            "leftOperand": "cx-policy:UsagePurpose",
                            "operator": "eq",
                            "rightOperand": "cx.core.industrycore:1"
                        }
                    ]
                }
            }
        ]
    }
}
  • "Trace 3.1 ID" is replaced from Values.yaml and switched to

Default Policy:

{
    "@context": {
        "@vocab": "https://w3id.org/edc/v0.0.1/ns/"
    },
    "@id": "<POLICY-ID>",
    "policy": {
        "@context": [
            "https://www.w3.org/ns/odrl.jsonld",
            {
                "cx-policy": "https://w3id.org/catenax/policy/"
            }
        ],
        "@type": "Policy",
        "profile": "cx-policy:profile2405",
        "permission": [
            {
                "action": "use",
                "constraint": {
                    "and": [
                        {
                            "leftOperand": "cx-policy:FrameworkAgreement",
                            "operator": "eq",
                            "rightOperand": "traceability:1.0"
                        },
                        {
                            "leftOperand": "cx-policy:UsagePurpose",
                            "operator": "eq",
                            "rightOperand": "cx.core.industrycore:1"
                        }
                    ]
                }
            }
        ]
    }
}

Out of Scope

  • ...
@mkanal mkanal added this to IRS May 7, 2024
@github-project-automation github-project-automation bot moved this to inbox in IRS May 7, 2024
@mkanal mkanal moved this from inbox to next in IRS May 7, 2024
@mkanal mkanal added the release-hot-fix pbi is relevant for current release and for hotfix path label May 7, 2024
@mkanal mkanal changed the title DS Guardrails DS Guardrails R24.5 policy adjustments May 7, 2024
@mkanal mkanal added the R24.5 label May 8, 2024
@ds-jhartmann
Copy link
Contributor

Updated default policy in #606

@ds-jhartmann ds-jhartmann moved this from next to test in IRS May 10, 2024
@ds-jhartmann
Copy link
Contributor

Acceptance Criteria

@mkanal
Copy link
Contributor Author

mkanal commented May 13, 2024

PO acceptance in behalf of @jzbmw.

@mkanal mkanal closed this as completed May 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R24.5 release-hot-fix pbi is relevant for current release and for hotfix path
Projects
Status: done
Development

No branches or pull requests

2 participants