Skip to content
Snippets Groups Projects
Commit 235f510b authored by baldwinlouie's avatar baldwinlouie
Browse files

git commit -m 'Issue #2989233 by baldwinlouie: Add permissions to View pages'

parent a26cfda7
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ status: true
dependencies:
module:
- aws_cloud
- user
id: aws_elastic_ip
label: 'AWS Cloud Elastic Ip'
module: views
......@@ -19,8 +20,9 @@ display:
position: 0
display_options:
access:
type: none
options: { }
type: perm
options:
perm: 'add aws cloud elastic ip'
cache:
type: tag
options: { }
......@@ -631,6 +633,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
page_1:
display_plugin: page
......@@ -647,4 +650,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
......@@ -703,6 +703,12 @@ display:
display_options:
display_extenders: { }
path: clouds/aws_cloud/%cloud_context/image
access:
type: perm
options:
perm: 'list aws cloud image'
defaults:
access: false
cache_metadata:
max-age: -1
contexts:
......@@ -710,4 +716,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
......@@ -3,6 +3,7 @@ status: true
dependencies:
module:
- aws_cloud
- user
id: aws_instances
label: 'AWS Cloud Instances'
module: views
......@@ -19,8 +20,9 @@ display:
position: 0
display_options:
access:
type: none
options: { }
type: perm
options:
perm: 'list aws cloud instance'
cache:
type: tag
options: { }
......@@ -648,6 +650,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
page_1:
display_plugin: page
......@@ -664,4 +667,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
......@@ -302,6 +302,7 @@ display:
filter_groups: false
arguments: false
fields: false
access: false
style:
type: table
options:
......@@ -942,6 +943,10 @@ display:
destination: false
entity_type: aws_cloud_network_interface
plugin_id: entity_operations
access:
type: perm
options:
perm: 'list aws cloud network interface'
cache_metadata:
max-age: -1
contexts:
......
......@@ -3,6 +3,7 @@ status: true
dependencies:
module:
- aws_cloud
- user
id: aws_security_group
label: 'AWS Cloud Security Group'
module: views
......@@ -555,6 +556,12 @@ display:
display_options:
display_extenders: { }
path: clouds/aws_cloud/%cloud_context/security_group
access:
type: perm
options:
perm: 'list aws cloud security group'
defaults:
access: false
cache_metadata:
max-age: -1
contexts:
......@@ -562,4 +569,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
......@@ -3,6 +3,7 @@ status: true
dependencies:
module:
- aws_cloud
- user
id: aws_snapshot
label: 'AWS Cloud Snapshot'
module: views
......@@ -19,8 +20,9 @@ display:
position: 0
display_options:
access:
type: none
options: { }
type: perm
options:
perm: 'list aws cloud snapshot'
cache:
type: tag
options: { }
......@@ -443,6 +445,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
page_1:
display_plugin: page
......@@ -459,4 +462,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
......@@ -3,6 +3,7 @@ status: true
dependencies:
module:
- aws_cloud
- user
id: aws_volume
label: 'Aws Cloud Volume'
module: views
......@@ -19,8 +20,9 @@ display:
position: 0
display_options:
access:
type: none
options: { }
type: perm
options:
perm: 'list aws cloud volume'
cache:
type: tag
options: { }
......@@ -708,6 +710,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
page_1:
display_plugin: page
......@@ -724,4 +727,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment