这是indexloc提供的服务,不要输入任何密码
Skip to content

Run validation with external permission schema file #1

@kachar

Description

@kachar

At the moment the action expects the schema to be embedded inline in the validation file such as:

schema: >-
  entity user {}
  entity workspace {
    relation member @user
    relation admin @user
  }
relationships: []

The configuration supports to pass external app.perm file that can be loaded directly in the validation file:

schema: ./app.perm
relationships: []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions