diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 921d2f3..7d77e29 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -38,4 +38,4 @@ jobs: sudo dpkg -i ./fga-cli.deb - name: Run the tests with the FGA CLI - run: fga model test --tests stores/${{matrix.store-name}}/store.yaml + run: fga model test --tests stores/${{matrix.store-name}}/store.fga.yaml diff --git a/stores/custom-roles/README.md b/stores/custom-roles/README.md index 2cecae6..70454c7 100644 --- a/stores/custom-roles/README.md +++ b/stores/custom-roles/README.md @@ -104,7 +104,7 @@ type asset define view: [role#assignee] or comment or viewer from category ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/custom-roles/store.yaml b/stores/custom-roles/store.fga.yaml similarity index 100% rename from stores/custom-roles/store.yaml rename to stores/custom-roles/store.fga.yaml diff --git a/stores/entitlements/README.md b/stores/entitlements/README.md index 009856f..dfee3b2 100644 --- a/stores/entitlements/README.md +++ b/stores/entitlements/README.md @@ -97,7 +97,7 @@ type feature define can_access: subscriber_member from associated_plan ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/entitlements/store.yaml b/stores/entitlements/store.fga.yaml similarity index 100% rename from stores/entitlements/store.yaml rename to stores/entitlements/store.fga.yaml diff --git a/stores/expenses/README.md b/stores/expenses/README.md index cfa01a4..2a7c9f7 100644 --- a/stores/expenses/README.md +++ b/stores/expenses/README.md @@ -70,7 +70,7 @@ type report define approver: can_manage from submitter ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/expenses/store.yaml b/stores/expenses/store.fga.yaml similarity index 100% rename from stores/expenses/store.yaml rename to stores/expenses/store.fga.yaml diff --git a/stores/gdrive/README.md b/stores/gdrive/README.md index 8d5d19b..3c9fe0a 100644 --- a/stores/gdrive/README.md +++ b/stores/gdrive/README.md @@ -111,7 +111,7 @@ type doc define can_read: viewer or owner or viewer from parent ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/gdrive/store.yaml b/stores/gdrive/store.fga.yaml similarity index 100% rename from stores/gdrive/store.yaml rename to stores/gdrive/store.fga.yaml diff --git a/stores/github/README.md b/stores/github/README.md index bc03c70..b93e63c 100644 --- a/stores/github/README.md +++ b/stores/github/README.md @@ -97,7 +97,7 @@ type repo define reader: [user, team#member] or triager or repo_reader from owner ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/github/store.yaml b/stores/github/store.fga.yaml similarity index 100% rename from stores/github/store.yaml rename to stores/github/store.fga.yaml diff --git a/stores/iot/README.md b/stores/iot/README.md index 24c3af1..e98d1c0 100644 --- a/stores/iot/README.md +++ b/stores/iot/README.md @@ -74,7 +74,7 @@ type device define can_view_recorded_video: it_admin or security_guard ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/iot/store.yaml b/stores/iot/store.fga.yaml similarity index 100% rename from stores/iot/store.yaml rename to stores/iot/store.fga.yaml diff --git a/stores/slack/README.md b/stores/slack/README.md index 57d657b..9854a22 100644 --- a/stores/slack/README.md +++ b/stores/slack/README.md @@ -109,7 +109,7 @@ type channel define commenter: [user,workspace#member] or writer ``` -See the tuples and tests in the [store.yaml](./store.yaml) file. +See the tuples and tests in the [store.yaml](./store.fga.yaml) file. ## Try It Out diff --git a/stores/slack/store.yaml b/stores/slack/store.fga.yaml similarity index 100% rename from stores/slack/store.yaml rename to stores/slack/store.fga.yaml