Skip to content

Commit f7b8b52

Browse files
committed
docs: Add note that git urls are being normalized first
1 parent bedaaef commit f7b8b52

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/docs/40-operator-guide/40-security/40-managing-credentials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ contain the following keys:
7676
repositories, all beginning with `https://github.com/example-org`, and can
7777
use the same token for accessing all of them.
7878
:::
79+
80+
:::note
81+
Git URLs are normalized before being matched to regex patterns.
82+
:::
7983

8084
* Either:
8185

docs/docs/50-user-guide/50-security/30-managing-credentials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ contain the following keys:
8282
repositories, all beginning with `https://github.com/example-org`, and can
8383
use the same token for accessing all of them.
8484
:::
85+
86+
:::note
87+
Git URLs are normalized before being matched to regex patterns.
88+
:::
8589

8690
* Either:
8791

0 commit comments

Comments
 (0)