Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
vitess-gh
зеркало из
https://github.com/github/vitess-gh.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули vitess-gh
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
29c1e66592
vitess-gh
/
examples
/
local
/
grpc_static_client_auth.json
5 строки
60 B
JSON
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Add grpc auth interface and static implementation * This commit adds an interface to implement auth plugin in Vitess grpc server * It also implements an static plugin that allows client/server to authentic using basic auth.
2017-11-01 00:34:54 +03:00
{
"Username"
:
"vitess"
,
First pass at review feedback * Code organization, comments and function renaming per review.
2017-12-05 00:48:09 +03:00
"Password"
:
"vitess_password"
Add grpc auth interface and static implementation * This commit adds an interface to implement auth plugin in Vitess grpc server * It also implements an static plugin that allows client/server to authentic using basic auth.
2017-11-01 00:34:54 +03:00
}