@@ -15,7 +15,7 @@ Suite Setup Suite Initialization
1515*** Tasks ***
1616Check for Resource Health Issues Affecting Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
1717 [Documentation] Fetch a list of issues that might affect the application gateway cluster
18- [Tags] aks config
18+ [Tags] appgateway resourcehealth access:read-only
1919 ${resource_health } = RW.CLI.Run Bash File
2020 ... bash_file=app_gateway_resource_health.sh
2121 ... env=${env }
@@ -63,7 +63,7 @@ Check for Resource Health Issues Affecting Application Gateway `${APP_GATEWAY_NA
6363 END
6464Check Configuration Health of Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
6565 [Documentation] Fetch the details and health of the application gateway configuration
66- [Tags] appgateway logs tail
66+ [Tags] appgateway logs tail access:read-only
6767 ${config_health } = RW.CLI.Run Bash File
6868 ... bash_file=app_gateway_config_health.sh
6969 ... env=${env }
@@ -101,7 +101,7 @@ Check Configuration Health of Application Gateway `${APP_GATEWAY_NAME}` In Resou
101101
102102Check Backend Pool Health for Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
103103 [Documentation] Fetch the health of the application gateway backend pool members
104- [Tags] appgateway logs tail
104+ [Tags] appgateway logs tail access:read-only
105105 ${backend_health } = RW.CLI.Run Bash File
106106 ... bash_file=app_gateway_backend_health.sh
107107 ... env=${env }
@@ -139,7 +139,7 @@ Check Backend Pool Health for Application Gateway `${APP_GATEWAY_NAME}` In Resou
139139
140140Fetch Log Analytics for Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
141141 [Documentation] Fetch log analytics for the application gateway
142- [Tags] appgateway logs analytics uri_errors requests ssl errors
142+ [Tags] access:read-only appgateway logs analytics uri_errors requests ssl errors
143143 ${log_analytics } = RW.CLI.Run Bash File
144144 ... bash_file=app_gateway_log_analytics.sh
145145 ... env=${env }
@@ -165,7 +165,7 @@ Fetch Log Analytics for Application Gateway `${APP_GATEWAY_NAME}` In Resource Gr
165165
166166Fetch Metrics for Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
167167 [Documentation] Fetch metrics for the application gateway
168- [Tags] appgateway metrics analytics
168+ [Tags] access:read-only appgateway metrics analytics
169169 ${metrics } = RW.CLI.Run Bash File
170170 ... bash_file=app_gateway_metrics.sh
171171 ... env=${env }
@@ -209,7 +209,7 @@ Fetch Metrics for Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `$
209209
210210Check SSL Certificate Health for Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
211211 [Documentation] Fetch SSL certificates and validate expiry dates for Azure Application Gateway instances
212- [Tags] appgateway ssl expiry
212+ [Tags] access:read-only appgateway ssl expiry
213213 ${ssl_health } = RW.CLI.Run Bash File
214214 ... bash_file=app_gateway_ssl_certs.sh
215215 ... env=${env }
@@ -247,7 +247,7 @@ Check SSL Certificate Health for Application Gateway `${APP_GATEWAY_NAME}` In Re
247247
248248Check Logs for Errors with Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
249249 [Documentation] Query log analytics workspace for common errors like IP mismatches or subnet issues
250- [Tags] appgateway logs network errors
250+ [Tags] access:read-only appgateway logs network errors
251251 ${log_errors } = RW.CLI.Run Bash File
252252 ... bash_file=app_gateway_log_errors.sh
253253 ... env=${env }
@@ -285,7 +285,7 @@ Check Logs for Errors with Application Gateway `${APP_GATEWAY_NAME}` In Resource
285285
286286List Related Azure Resources for Application Gateway `${APP_GATEWAY_NAME}` In Resource Group `${AZ_RESOURCE_GROUP}`
287287 [Documentation] Fetch a list of resources that are releated to the application gateway
288- [Tags] appgateway resources azure related
288+ [Tags] access:read-only appgateway resources azure related
289289 ${resources } = RW.CLI.Run Bash File
290290 ... bash_file=app_gateway_related_resources.sh
291291 ... env=${env }
0 commit comments