Skip to content

Commit 1442b95

Browse files
authored
Merge pull request #62 from SignPath/feature/ci_users_warning
add warning about roles for ci users
2 parents 7a310ce + 3f35969 commit 1442b95

3 files changed

Lines changed: 1337 additions & 1583 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! js-cookie v3.0.5 | MIT */
1+
/*! js-cookie v3.0.8 | MIT */

docs/users/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ CI users can only authenticate with an API token.
8484
>
8585
> We recommend that you store API tokens used for CI integration in your CI system's build settings as secret values.
8686
87+
{:.panel.warning}
88+
> **CI Users roles**
89+
>
90+
> Like interactive users, CI users are assigned [roles](#roles). When assigning higher-priviledge roles to CI users, the _API token_ can be used to perform actions according to the assigned role.
91+
>
92+
8793
{:.panel.tip}
8894
> **Account unification**
8995
>

0 commit comments

Comments
 (0)