Skip to content

Commit

Permalink
Add site:metadata:read scope to VA integrations (#470)
Browse files Browse the repository at this point in the history
* Add site:metadata:read scope to VA integrations

* Revert name change for dev

* Add package lock

* Add changeset

* Update package-lock
  • Loading branch information
spastorelli authored May 8, 2024
1 parent 83a4da2 commit 15a814a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .changeset/weak-pumpkins-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@gitbook/integration-va-auth0': patch
'@gitbook/integration-va-azure': patch
'@gitbook/integration-cognito': patch
'@gitbook/integration-va-okta': patch
---

Add site:metadata:read scope to VA integrations
3 changes: 3 additions & 0 deletions integrations/cognito/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ script: ./src/index.tsx
scopes:
- space:metadata:read
- space:visitor:auth
- site:metadata:read
- site:visitor:auth
- space:content:read
organization: gitbook
Expand All @@ -29,3 +30,5 @@ categories:
configurations:
space:
componentId: config
site:
componentId: config
1 change: 1 addition & 0 deletions integrations/va-auth0/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ script: ./src/index.tsx
scopes:
- space:metadata:read
- space:visitor:auth
- site:metadata:read
- site:visitor:auth
- space:content:read
organization: d8f63b60-89ae-11e7-8574-5927d48c4877
Expand Down
1 change: 1 addition & 0 deletions integrations/va-azure/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ script: ./src/index.tsx
scopes:
- space:metadata:read
- space:visitor:auth
- site:metadata:read
- site:visitor:auth
- space:content:read
organization: d8f63b60-89ae-11e7-8574-5927d48c4877
Expand Down
1 change: 1 addition & 0 deletions integrations/va-okta/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ script: ./src/index.tsx
scopes:
- space:metadata:read
- space:visitor:auth
- site:metadata:read
- site:visitor:auth
- space:content:read
organization: d8f63b60-89ae-11e7-8574-5927d48c4877
Expand Down
33 changes: 17 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15a814a

Please sign in to comment.