From 47807cedac5d7895475756809b67f2148ad083d6 Mon Sep 17 00:00:00 2001 From: Francisco Oltra Date: Thu, 15 Dec 2022 17:54:58 +0000 Subject: [PATCH 1/2] Merge Feature/nanoplayer token security update --- .github/workflows/search-index-scraper.yml | 6 +++--- docs/nanoplayer/nanoplayer_token_security.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/search-index-scraper.yml b/.github/workflows/search-index-scraper.yml index 79f6de3fb..e685f57b6 100644 --- a/.github/workflows/search-index-scraper.yml +++ b/.github/workflows/search-index-scraper.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: # run manually - push: - branches: - - master + workflow_run: + workflows: ['Build and Deploy'] + types: [completed] jobs: scrape: diff --git a/docs/nanoplayer/nanoplayer_token_security.md b/docs/nanoplayer/nanoplayer_token_security.md index 5ff31818c..8467e95c4 100644 --- a/docs/nanoplayer/nanoplayer_token_security.md +++ b/docs/nanoplayer/nanoplayer_token_security.md @@ -31,6 +31,6 @@ Thus we recommend to use a second Bintu organization to not interfere with your **There are 2 options for secure playback configuration:** 1. [**Simple configuration with JSON Web Token (JWT) (since v4.18.0)**](nanoplayer_security_jwt.md) - A standard conform security token, recommended for more than one stream, easy ABR configuration. - 2. [**Configuration with STS token**](nanoplayer_security_sts.md) - Proprietary security token with multi value format, commonly used before v4.18.0. + A standard conform security token, recommended for new users of the secure playback feature, easy to use for single stream and ABR configuration. + 2. **(Deprecated)** [**Configuration with STS token**](nanoplayer_security_sts.md) + Proprietary security token with multi value format, commonly used before v4.18.0, available for backwards compatibility. From 0c4dd21bf5a10a998acb4cc2a3e90078a85a1767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 07:12:04 +0000 Subject: [PATCH 2/2] chore(deps): bump json5 from 2.2.0 to 2.2.3 in /website Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index c136ccf95..4d3ede8eb 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -7680,13 +7680,10 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, - "dependencies": { - "minimist": "^1.2.5" - }, "bin": { "json5": "lib/cli.js" }, @@ -19113,13 +19110,10 @@ "dev": true }, "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true }, "jsonfile": { "version": "4.0.0",