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:
Feilong Wang 2018-09-20 15:13:13 +12:00
parent 66f4552307
commit 4cb02f7b89
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@
}
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);
}
}
})();