Disable rotate certificate
So far, Magnum doesn't support rotate certificate, so let's disable it now until we can support it. Change-Id: Iec4c2712dbc29acb30fac638d9b43a66300a51ed
This commit is contained in:
parent
66f4552307
commit
4cb02f7b89
@ -70,7 +70,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function allowed() {
|
function allowed() {
|
||||||
return $qExtensions.booleanAsPromise(true);
|
// NOTE(flwang): So far, Magnum doesn't support rotate certificate, so
|
||||||
|
// let's disable it now until we can support it.
|
||||||
|
return $qExtensions.booleanAsPromise(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user