Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-21 15:10:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-21 15:10:22 +0300
commit9e68395a98e71e2a0e9a6200f15ad1e7bae9ea87 (patch)
treeb8508b7503f056b2438cc2fef6f2f9b1edfa0279 /doc/development/internal_api.md
parent202268ad93e9a1556f5700326be5ec89bd641a97 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/internal_api.md')
-rw-r--r--doc/development/internal_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/internal_api.md b/doc/development/internal_api.md
index c51bf66be46..569128c9612 100644
--- a/doc/development/internal_api.md
+++ b/doc/development/internal_api.md
@@ -26,8 +26,8 @@ file, and include the token Base64 encoded in a `secret_token` parameter
or in the `Gitlab-Shared-Secret` header.
NOTE: **Note:**
-The internal API used by GitLab Pages uses a different kind of
-authentication.
+The internal API used by GitLab Pages, and GitLab Kubernetes Agent Server (kas) uses JSON Web Token (JWT)
+authentication, which is different from GitLab Shell.
## Git Authentication