Skip to content

Commit f13d1a6

Browse files
authored
Merge pull request #51559 from thaomike/vi/glossary/jwt
[vi] add Vietnamese translation for jwt glossary
2 parents cbaaca9 + ed46858 commit f13d1a6

File tree

1 file changed

+18
-0
lines changed
  • content/vi/docs/reference/glossary

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: JSON Web Token (JWT)
3+
id: jwt
4+
date: 2023-01-17
5+
full_link: https://www.rfc-editor.org/rfc/rfc7519
6+
short_description: >
7+
Một phương thức để biểu diễn các thông tin xác nhận (claims) được truyền giữa hai bên.
8+
9+
aka:
10+
tags:
11+
- security
12+
- architecture
13+
---
14+
Một phương thức để biểu diễn các thông tin xác nhận (claims) được truyền giữa hai bên.
15+
16+
<!--more-->
17+
18+
JWT có thể được ký số và mã hóa. Kubernetes sử dụng JWT như là các token xác thực nhằm kiểm tra danh tính của các thực thể muốn thực hiện hành động trong cụm (cluster).

0 commit comments

Comments
 (0)