Skip to content

Commit a1a24a7

Browse files
authored
Merge pull request #122 from f5devcentral/development
Dashboard and Workflow Updates
2 parents 08d99b8 + 081b8b8 commit a1a24a7

File tree

7 files changed

+1651
-11
lines changed

7 files changed

+1651
-11
lines changed

.github/workflows/build-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ name: Pages-CI
1111
jobs:
1212
validate:
1313
name: Validate HTML
14+
permissions:
15+
contents: read
1416
strategy:
1517
fail-fast: false
1618
runs-on: ubuntu-latest

.github/workflows/check-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
check-branch:
10+
permissions:
11+
contents: read
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Check branch

.github/workflows/push-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77
jobs:
88
Pull-From_Gitlab:
9+
permissions:
10+
contents: read
11+
packages: write
912
runs-on: ubuntu-latest
1013
steps:
1114
- name: "Checkout source code"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Overview
44

5-
> See the [AST Docsite](https://f5devcentral.github.io/application-study-tool/) for detailed
6-
configuration, troubleshooting info, etc.
5+
> Prior to installation, please see the [AST Docsite](https://f5devcentral.github.io/application-study-tool/) for detailed
6+
configuration, troubleshooting (REST changes) info, etc.
77

88
> See the [F5 Application Study Tool Labs](https://clouddocs.f5.com/training/community/ast/html/) for an educational guided lab experience.
99

pages/troubleshooting/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permalink: /troubleshooting
1111
1. TOC
1212
{:toc}
1313

14-
## Increase REST memory and timeouts to improve Big-IP REST experience <a name="1"></a>
14+
## Increase REST memory and timeouts to improve Big-IP REST experience
1515
Per [AS3 Best Practices guide](https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/best-practices.html#increase-timeout-values-if-the-rest-api-is-timing-out)
1616

1717
Increase internal timeouts from 60 to 600 seconds:

0 commit comments

Comments
 (0)