Merge "Disable rotate certificate"

This commit is contained in:
Zuul 2018-10-02 04:30:33 +00:00 committed by Gerrit Code Review
commit e1366d6a53
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);
}
}
})();