1 Star 0 Fork 1

CodeSilo/ambari-hue-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kerberos.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
李巨丰 提交于 2020-03-09 11:51 . init
{
"services": [
{
"name": "HUE",
"identities": [
{
"name": "/spnego"
}
],
"configurations": [
{
"core-site": {
"hadoop.proxyuser.HTTP.groups": "*",
"hadoop.proxyuser.HTTP.hosts": "*",
"hue.kerberos.principal.shortname": "hue"
}
}
],
"components": [
{
"name": "HUE_SERVER",
"identities": [
{
"name": "hue_kerberos",
"principal": {
"value": "hue/_HOST@${realm}",
"type": "service",
"configuration": "hue-desktop-site/kerberos_hue_principal"
},
"keytab": {
"file": "${keytab_dir}/hue.service.keytab",
"owner": {
"name": "${hue-env/hue_user}",
"access": "r"
},
"group": {
"name": "${hue-env/hue_group}",
"access": ""
},
"configuration": "hue-desktop-site/kerberos_hue_keytab"
}
}
]
}
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CodeSilo/ambari-hue-service.git
git@gitee.com:CodeSilo/ambari-hue-service.git
CodeSilo
ambari-hue-service
ambari-hue-service
master

搜索帮助