Skip to content

Commit 0836bbc

Browse files
authored
Import
From `Autodesk/pull/224`
1 parent c4a6987 commit 0836bbc

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: default
3+
title: Failed Authentication
4+
permalink: /failures-failed-authentication
5+
---
6+
7+
<div class="chart-placeholder">
8+
<h3>Failed Authentication</h3>
9+
<canvas
10+
data-url="{{ site.dataURL }}/failed-auth.tsv"
11+
data-type="history"
12+
data-config='{
13+
"views":
14+
[
15+
{
16+
"label": "2 m",
17+
"tooltip": "Show the last 2 months",
18+
"aggregate": false,
19+
"slice": [0, 61],
20+
"default": true
21+
},
22+
{
23+
"label": "2 y",
24+
"tooltip": "Show the last 2 years",
25+
"aggregate":
26+
{
27+
"period": "week",
28+
"method": "sum"
29+
},
30+
"slice": [0, 106]
31+
},
32+
{
33+
"label": "all",
34+
"tooltip": "Show all data",
35+
"aggregate":
36+
{
37+
"period": "week",
38+
"method": "sum"
39+
}
40+
}
41+
]
42+
}'></canvas>
43+
<div class="info-box">
44+
<p>
45+
Looking at failed authentication attempts across the system is helpful in spotting misconfigured systems that may be tying up authentication workers.
46+
</p>
47+
<p>
48+
For example, users may have changed credentials used to access GitHub, however they failed to update CI/CD systems using those credentials. Another example is that a CI/CD system
49+
may be configured with a user account which is no longer active in GitHub and/or your company.
50+
</p>
51+
<p>
52+
Therefore, you should try to reduce them.
53+
</p>
54+
</div>
55+
</div>
56+
57+
<div class="chart-placeholder">
58+
<table data-url="{{ site.dataURL }}/failed-auth-detailed.tsv" data-type="table"></table>
59+
</div>

0 commit comments

Comments
 (0)