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

feat(jans-cedarling): implement loading types from other namespace #10799

Open
olehbozhok opened this issue Feb 5, 2025 · 0 comments
Open

feat(jans-cedarling): implement loading types from other namespace #10799

olehbozhok opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
comp-jans-cedarling Touching folder /jans-cedarling enhancement kind-feature Issue or PR is a new feature request

Comments

@olehbozhok
Copy link
Contributor

olehbozhok commented Feb 5, 2025

Is your feature request related to a problem? Please describe.
We don't have support for loading types from other namespace

here is simplified example of schema

namespace Jans {
type Url = {"host": String, "path": String, "protocol": String};
type email_address = {"domain": String, "uid": String};
}

namespace MyNamespace {
entity Role;
entity User in [Role] = {"country": String, "email": Jans::email_address, "sub": String, "username": String};
}

Cedaring should load type from other namespace correctly.

Describe the solution you'd like
Extend current implementation.

Describe alternatives you've considered
-

Additional context
-

@olehbozhok olehbozhok added comp-jans-cedarling Touching folder /jans-cedarling enhancement kind-feature Issue or PR is a new feature request labels Feb 5, 2025
@olehbozhok olehbozhok self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-cedarling Touching folder /jans-cedarling enhancement kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

1 participant