[kbn-pm] Link to documentation for Vault setup (#130341)

This commit is contained in:
Tyler Smalley 2022-04-14 16:38:43 -07:00 committed by GitHub
parent f08ca7d8b5
commit ef7f28ea2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -56638,7 +56638,8 @@ async function setupRemoteCache(repoRootPath) {
if (!(await isVaultAvailable())) {
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] vault is not available, unable to setup remote cache settings.');
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] building packages will work, but will be slower in many cases.');
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] reach out to Operations if you need assistance with this.');
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] use the following guide or reach out to Operations for assistance');
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] https://github.com/elastic/infra/tree/master/docs/vault');
return;
}

View file

@ -51,7 +51,8 @@ export async function setupRemoteCache(repoRootPath: string) {
if (!(await isVaultAvailable())) {
log.info('[bazel_tools] vault is not available, unable to setup remote cache settings.');
log.info('[bazel_tools] building packages will work, but will be slower in many cases.');
log.info('[bazel_tools] reach out to Operations if you need assistance with this.');
log.info('[bazel_tools] use the following guide or reach out to Operations for assistance');
log.info('[bazel_tools] https://github.com/elastic/infra/tree/master/docs/vault');
return;
}