Skip to content

Commit cb6b703

Browse files
committed
Rename ScopeName to ScopeEntity in product.yaml and update references accordingly
ScopeEntity makes more sense in light of working this into the client product
1 parent 66c4f55 commit cb6b703

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

products/server/product.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Parameters:
1212
ApplicationUrl:
1313
Type: String
1414
Description: The URL of the application
15-
ScopeName:
15+
ScopeEntity:
1616
Type: String
1717
Description: The name of the scope
1818
ReadActionAvailable:
@@ -60,17 +60,17 @@ Resources:
6060
Scopes:
6161
- Fn::If:
6262
- HasReadAction
63-
- ScopeName: !Sub '${ScopeName}.read'
63+
- ScopeName: !Sub '${ScopeEntity}.read'
6464
ScopeDescription: Read access
6565
- Ref: AWS::NoValue
6666
- Fn::If:
6767
- HasWriteAction
68-
- ScopeName: !Sub '${ScopeName}.write'
68+
- ScopeName: !Sub '${ScopeEntity}.write'
6969
ScopeDescription: Write access
7070
- Ref: AWS::NoValue
7171
- Fn::If:
7272
- HasAdminAction
73-
- ScopeName: !Sub '${ScopeName}.admin'
73+
- ScopeName: !Sub '${ScopeEntity}.admin'
7474
ScopeDescription: Admin access
7575
- Ref: AWS::NoValue
7676
- Fn::If:

0 commit comments

Comments
 (0)