Skip to content

Commit f5611a1

Browse files
committed
add Vietnamese translation for jwt glossary
Signed-off-by: thaomike <[email protected]>
1 parent 9a7ec41 commit f5611a1

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)