From aea1da77b67aa49d56fb2647af89263eb4cf0523 Mon Sep 17 00:00:00 2001 From: Carlos Alcaide Corvo Date: Fri, 11 Jun 2021 09:41:17 -0700 Subject: [PATCH] Bump @types/node to latest release of v15 (#1296) * Bump @types/node to latest release of v14 * Bump major version to v15 --- .../docs/concepts/security/permissions.mdx | 22 +++++++++++++------ .../getting-started/connect-to-target.mdx | 6 ++--- website/package-lock.json | 6 ++--- website/package.json | 2 +- 4 files changed, 22 insertions(+), 14 deletions(-) diff --git a/website/content/docs/concepts/security/permissions.mdx b/website/content/docs/concepts/security/permissions.mdx index 68466a0085..9af0230725 100644 --- a/website/content/docs/concepts/security/permissions.mdx +++ b/website/content/docs/concepts/security/permissions.mdx @@ -461,7 +461,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
  • - set-password: Set a password on an account, without requiring the current password + set-password: Set a password on an account, without + requiring the current password
  • - change-password: Change a password on an account given the current password + change-password: Change a password on an account given + the current password
  • @@ -1312,7 +1316,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
  • - set-principals: Set the full set of principals on a role + set-principals: Set the full set of principals on a + role
  • - read:self: Read a session, which must be associated with the calling user + read:self: Read a session, which must be associated + with the calling user
  • - cancel:self: Cancel a session, which must be associated with the calling user + cancel:self: Cancel a session, which must be associated + with the calling user
  • - set-host-sets: Set the full set of host sets on a target + set-host-sets: Set the full set of host sets on a + target