chore: fix liveness and change if auth.role is empty
This commit is contained in:
parent
7c132d9839
commit
2c1aa17e58
1 changed files with 2 additions and 2 deletions
|
|
@ -281,13 +281,13 @@ impl Cloud {
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize, Default)]
|
#[derive(Clone, Debug, Serialize, Deserialize, Default)]
|
||||||
pub struct TsksrvcInfo {
|
pub struct TsksrvcInfo {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub info: serde_yaml::Value,
|
pub info: String, // serde_yaml::Value,
|
||||||
pub srvc: TskSrvc,
|
pub srvc: TskSrvc,
|
||||||
}
|
}
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize, Default)]
|
#[derive(Clone, Debug, Serialize, Deserialize, Default)]
|
||||||
pub struct AppsrvcInfo {
|
pub struct AppsrvcInfo {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub info: serde_yaml::Value,
|
pub info: String, // serde_yaml::Value,
|
||||||
pub srvc: App,
|
pub srvc: App,
|
||||||
}
|
}
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize, Default)]
|
#[derive(Clone, Debug, Serialize, Deserialize, Default)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue