Skip to content

Commit

Permalink
Merge pull request #149 from vtex-apps/hotfix/rollback-policies-config
Browse files Browse the repository at this point in the history
fix: policies config rollback
  • Loading branch information
Rudge authored Feb 28, 2024
2 parents 454b471 + 545bbcc commit 9ea40ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Policies config rollback for graphql operations. Enable configuration.

## [0.48.3] - 2024-02-27

### Fixed
Expand Down
13 changes: 13 additions & 0 deletions policies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"name": "resolve-graphql",
"description": "Allows access to resolve a graphql request",
"statements": [
{
"actions": ["post", "get"],
"effect": "allow",
"resources": [
"vrn:vtex.b2b-organizations-graphql:{{region}}:{{account}}:{{workspace}}:/_v/graphql"
]
}
]
},
{
"name": "outbound-access",
"attrs": {
Expand Down

0 comments on commit 9ea40ba

Please sign in to comment.