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

🐞[DATA_SOV] Correct default policy used at application startup #1205

Open
1 task
mkanal opened this issue Jul 10, 2024 · 0 comments
Open
1 task

🐞[DATA_SOV] Correct default policy used at application startup #1205

mkanal opened this issue Jul 10, 2024 · 0 comments
Labels
3 - Data Souvereignty & Data Ingest bug Something isn't working data_souvereignty Issues refering to the catena-X data sovereignty principals R24.8

Comments

@mkanal
Copy link
Contributor

mkanal commented Jul 10, 2024

As admin
I want app initialize correct default policy during startup
so that the application is initialized with the correct policy aligned for release 24.5 and 24.8

Hints / Details

  • ...

Acceptance Criteria

  • Default Policy located in configuration has correct format
{
    "@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
<!--
Describe the topics which are out of scope
-->
- ...
@mkanal mkanal added data_souvereignty Issues refering to the catena-X data sovereignty principals 3 - Data Souvereignty & Data Ingest R24.8 labels Jul 10, 2024
@mkanal mkanal changed the title Correct default policy used at application startup [DATA_SOV] Correct default policy used at application startup Jul 10, 2024
@mkanal mkanal added the bug Something isn't working label Jul 23, 2024
@mkanal mkanal changed the title [DATA_SOV] Correct default policy used at application startup 🐞[DATA_SOV] Correct default policy used at application startup Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Data Souvereignty & Data Ingest bug Something isn't working data_souvereignty Issues refering to the catena-X data sovereignty principals R24.8
Projects
Status: backlog
Development

No branches or pull requests

1 participant