From 0d1e33a58f46d5edc125d34611826ee2eede4d69 Mon Sep 17 00:00:00 2001 From: zepatrik Date: Tue, 19 Oct 2021 17:53:49 +0200 Subject: [PATCH] autogen: pin v0.7.0-alpha.1 release commit --- contrib/cat-videos-example/docker-compose.yml | 4 +- docs/docs/contributing.md | 2 +- .../expand-api-display-who-has-access.mdx | 2 +- docs/docs/guides/list-api-display-objects.mdx | 4 +- .../docs/guides/simple-access-check-guide.mdx | 4 +- docs/docs/install.md | 8 +-- docs/docs/milestones.md | 2 +- docs/docs/quickstart.mdx | 2 +- docs/docs/reference/configuration.md | 2 +- docs/package-lock.json | 1 + .../version-v0.7/contributing.md | 2 +- .../expand-api-display-who-has-access.mdx | 2 +- .../guides/list-api-display-objects.mdx | 4 +- .../guides/simple-access-check-guide.mdx | 4 +- docs/versioned_docs/version-v0.7/install.md | 8 +-- .../versioned_docs/version-v0.7/milestones.md | 2 +- .../version-v0.7/quickstart.mdx | 2 +- .../version-v0.7/reference/configuration.md | 2 +- .../version-v0.7-sidebars.json | 54 ++++++++++++++++++- 19 files changed, 81 insertions(+), 30 deletions(-) diff --git a/contrib/cat-videos-example/docker-compose.yml b/contrib/cat-videos-example/docker-compose.yml index 44885d65b..c9ec3aaae 100644 --- a/contrib/cat-videos-example/docker-compose.yml +++ b/contrib/cat-videos-example/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.2' services: keto: - image: oryd/keto:v0.7.0-alpha.0-sqlite + image: oryd/keto:v0.7.0-alpha.1-sqlite ports: - '4466:4466' - '4467:4467' @@ -14,7 +14,7 @@ services: target: /home/ory keto-init: - image: oryd/keto:v0.7.0-alpha.0-sqlite + image: oryd/keto:v0.7.0-alpha.1-sqlite environment: - KETO_WRITE_REMOTE=keto:4467 volumes: diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index 9756f6236..1873f64d3 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -184,7 +184,7 @@ Pull requests eligible for review 5. have signed our [Contributor License Agreement](https://cla-assistant.io/ory/keto); 6. include a proper git commit message following the - [Conventional Commit Specification](https://www.conventionalcommits.org/en/v1.0.0/). + [Conventional Commit Specification](https://www.conventionalcommits.org/en/v0.7.0-alpha.1/). If all of these items are checked, the pull request is ready to be reviewed and you should change the status to "Ready for review" and diff --git a/docs/docs/guides/expand-api-display-who-has-access.mdx b/docs/docs/guides/expand-api-display-who-has-access.mdx index cd7525864..c1589530a 100644 --- a/docs/docs/guides/expand-api-display-who-has-access.mdx +++ b/docs/docs/guides/expand-api-display-who-has-access.mdx @@ -73,7 +73,7 @@ tree of everyone who has access to that file: ### Maximum Tree Depth diff --git a/docs/docs/guides/list-api-display-objects.mdx b/docs/docs/guides/list-api-display-objects.mdx index b4acb146d..2e684c198 100644 --- a/docs/docs/guides/list-api-display-objects.mdx +++ b/docs/docs/guides/list-api-display-objects.mdx @@ -75,7 +75,7 @@ chats, the application uses Keto's list API: As a response, the application gets the list of all chats the user `PM` is a @@ -101,7 +101,7 @@ In our example, a user wants to see who is a member of the `coffee-break` group: ## Application Context diff --git a/docs/docs/guides/simple-access-check-guide.mdx b/docs/docs/guides/simple-access-check-guide.mdx index a639568fe..f61f03744 100644 --- a/docs/docs/guides/simple-access-check-guide.mdx +++ b/docs/docs/guides/simple-access-check-guide.mdx @@ -81,7 +81,7 @@ Try this yourself by first adding the relation tuple using the Now, we can use the check-API to verify that `john` is allowed to `decypher` the @@ -89,7 +89,7 @@ message: ### Indirectly Defined Access diff --git a/docs/docs/install.md b/docs/docs/install.md index 63f3785ee..8d4def870 100644 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -11,8 +11,8 @@ binaries, Docker images, and support a number of package managers. We recommend using Docker to run Ory Keto: ```shell -$ docker pull oryd/keto:v0.7.0-alpha.0 -$ docker run --rm -it oryd/keto:v0.7.0-alpha.0 help +$ docker pull oryd/keto:v0.7.0-alpha.1 +$ docker run --rm -it oryd/keto:v0.7.0-alpha.1 help ``` ## macOS @@ -31,7 +31,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary using: ```shell -$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.0 +$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.1 $ ./keto help ``` @@ -78,7 +78,7 @@ will only work with a Linux shell like bash or sh. ```shell $ git clone https://github.com/ory/keto.git $ cd keto -$ git checkout v0.7.0-alpha.0 +$ git checkout v0.7.0-alpha.1 $ make install $ keto help ``` diff --git a/docs/docs/milestones.md b/docs/docs/milestones.md index d29b4d0ac..cce99dee7 100644 --- a/docs/docs/milestones.md +++ b/docs/docs/milestones.md @@ -3,7 +3,7 @@ id: milestones title: Milestones and Roadmap --- -## [v0.7.0](https://github.com/ory/keto/milestone/5) +## [v0.7.0-alpha.1](https://github.com/ory/keto/milestone/5) The biggest change for the next release will be the new SQL table structure (https://github.com/ory/keto/pull/638). The main goal is to improve the QoS, big diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index 6f8591e09..b706384c2 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -66,7 +66,7 @@ video service client would do. In this example we will use the Keto CLI client. If you want to run the Keto CLI within **Docker**, set the alias ```shell -alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.0" +alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.1" ``` in your terminal session. Alternatively, you need to set the remote endpoint so diff --git a/docs/docs/reference/configuration.md b/docs/docs/reference/configuration.md index 73dde800d..18170ce7a 100644 --- a/docs/docs/reference/configuration.md +++ b/docs/docs/reference/configuration.md @@ -723,7 +723,7 @@ namespaces: http://a.aaa # - Windows Command Line (CMD): # > set VERSION= # -version: v0.0.0 +version: v0.7.0-alpha.1 ## Data Source Name ## # diff --git a/docs/package-lock.json b/docs/package-lock.json index bf2490edf..e046bb924 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "docusaurus-template", "version": "0.0.0", "dependencies": { "@docusaurus/core": "2.0.0-beta.6", diff --git a/docs/versioned_docs/version-v0.7/contributing.md b/docs/versioned_docs/version-v0.7/contributing.md index 07195f8df..1873f64d3 100644 --- a/docs/versioned_docs/version-v0.7/contributing.md +++ b/docs/versioned_docs/version-v0.7/contributing.md @@ -184,7 +184,7 @@ Pull requests eligible for review 5. have signed our [Contributor License Agreement](https://cla-assistant.io/ory/keto); 6. include a proper git commit message following the - [Conventional Commit Specification](https://www.conventionalcommits.org/en/v0.7.0-alpha.0/). + [Conventional Commit Specification](https://www.conventionalcommits.org/en/v0.7.0-alpha.1/). If all of these items are checked, the pull request is ready to be reviewed and you should change the status to "Ready for review" and diff --git a/docs/versioned_docs/version-v0.7/guides/expand-api-display-who-has-access.mdx b/docs/versioned_docs/version-v0.7/guides/expand-api-display-who-has-access.mdx index cd7525864..c1589530a 100644 --- a/docs/versioned_docs/version-v0.7/guides/expand-api-display-who-has-access.mdx +++ b/docs/versioned_docs/version-v0.7/guides/expand-api-display-who-has-access.mdx @@ -73,7 +73,7 @@ tree of everyone who has access to that file: ### Maximum Tree Depth diff --git a/docs/versioned_docs/version-v0.7/guides/list-api-display-objects.mdx b/docs/versioned_docs/version-v0.7/guides/list-api-display-objects.mdx index b4acb146d..2e684c198 100644 --- a/docs/versioned_docs/version-v0.7/guides/list-api-display-objects.mdx +++ b/docs/versioned_docs/version-v0.7/guides/list-api-display-objects.mdx @@ -75,7 +75,7 @@ chats, the application uses Keto's list API: As a response, the application gets the list of all chats the user `PM` is a @@ -101,7 +101,7 @@ In our example, a user wants to see who is a member of the `coffee-break` group: ## Application Context diff --git a/docs/versioned_docs/version-v0.7/guides/simple-access-check-guide.mdx b/docs/versioned_docs/version-v0.7/guides/simple-access-check-guide.mdx index a639568fe..f61f03744 100644 --- a/docs/versioned_docs/version-v0.7/guides/simple-access-check-guide.mdx +++ b/docs/versioned_docs/version-v0.7/guides/simple-access-check-guide.mdx @@ -81,7 +81,7 @@ Try this yourself by first adding the relation tuple using the Now, we can use the check-API to verify that `john` is allowed to `decypher` the @@ -89,7 +89,7 @@ message: ### Indirectly Defined Access diff --git a/docs/versioned_docs/version-v0.7/install.md b/docs/versioned_docs/version-v0.7/install.md index 63f3785ee..8d4def870 100644 --- a/docs/versioned_docs/version-v0.7/install.md +++ b/docs/versioned_docs/version-v0.7/install.md @@ -11,8 +11,8 @@ binaries, Docker images, and support a number of package managers. We recommend using Docker to run Ory Keto: ```shell -$ docker pull oryd/keto:v0.7.0-alpha.0 -$ docker run --rm -it oryd/keto:v0.7.0-alpha.0 help +$ docker pull oryd/keto:v0.7.0-alpha.1 +$ docker run --rm -it oryd/keto:v0.7.0-alpha.1 help ``` ## macOS @@ -31,7 +31,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary using: ```shell -$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.0 +$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.1 $ ./keto help ``` @@ -78,7 +78,7 @@ will only work with a Linux shell like bash or sh. ```shell $ git clone https://github.com/ory/keto.git $ cd keto -$ git checkout v0.7.0-alpha.0 +$ git checkout v0.7.0-alpha.1 $ make install $ keto help ``` diff --git a/docs/versioned_docs/version-v0.7/milestones.md b/docs/versioned_docs/version-v0.7/milestones.md index 49bc79695..cce99dee7 100644 --- a/docs/versioned_docs/version-v0.7/milestones.md +++ b/docs/versioned_docs/version-v0.7/milestones.md @@ -3,7 +3,7 @@ id: milestones title: Milestones and Roadmap --- -## [v0.7.0-alpha.0](https://github.com/ory/keto/milestone/5) +## [v0.7.0-alpha.1](https://github.com/ory/keto/milestone/5) The biggest change for the next release will be the new SQL table structure (https://github.com/ory/keto/pull/638). The main goal is to improve the QoS, big diff --git a/docs/versioned_docs/version-v0.7/quickstart.mdx b/docs/versioned_docs/version-v0.7/quickstart.mdx index 6f8591e09..b706384c2 100644 --- a/docs/versioned_docs/version-v0.7/quickstart.mdx +++ b/docs/versioned_docs/version-v0.7/quickstart.mdx @@ -66,7 +66,7 @@ video service client would do. In this example we will use the Keto CLI client. If you want to run the Keto CLI within **Docker**, set the alias ```shell -alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.0" +alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.1" ``` in your terminal session. Alternatively, you need to set the remote endpoint so diff --git a/docs/versioned_docs/version-v0.7/reference/configuration.md b/docs/versioned_docs/version-v0.7/reference/configuration.md index 78d65f253..18170ce7a 100644 --- a/docs/versioned_docs/version-v0.7/reference/configuration.md +++ b/docs/versioned_docs/version-v0.7/reference/configuration.md @@ -723,7 +723,7 @@ namespaces: http://a.aaa # - Windows Command Line (CMD): # > set VERSION= # -version: v0.7.0-alpha.0 +version: v0.7.0-alpha.1 ## Data Source Name ## # diff --git a/docs/versioned_sidebars/version-v0.7-sidebars.json b/docs/versioned_sidebars/version-v0.7-sidebars.json index abfe758b3..63bd56067 100644 --- a/docs/versioned_sidebars/version-v0.7-sidebars.json +++ b/docs/versioned_sidebars/version-v0.7-sidebars.json @@ -349,10 +349,20 @@ "href": "https://www.ory.sh/kratos/docs/next/concepts/terminology" }, { - "label": "User Interface", + "label": "Ory Session Token / Ory Session Cookie", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/concepts/session" + }, + { + "label": "Customize User Interface", "type": "link", "href": "https://www.ory.sh/kratos/docs/next/concepts/ui-user-interface" }, + { + "label": "Administrative User / Management Interface", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/concepts/management-ui" + }, { "label": "Identity Schema", "type": "link", @@ -376,6 +386,21 @@ "label": "Social Sign In, OpenID Connect, and OAuth2", "type": "link", "href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/openid-connect-oidc-oauth2" + }, + { + "label": "2FA Look-up Secrets and Recovery Codes", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/lookup-secrets" + }, + { + "label": "2FA TOTP (Google Authenticator)", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/totp" + }, + { + "label": "2FA FIDO2 & U2F (WebAuthn)", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/webauthn" } ], "collapsible": true, @@ -485,6 +510,11 @@ "collapsible": true, "label": "Guides", "items": [ + { + "label": "Add Two Factor Authentication (2FA) to your App", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next//two-factor-authentication-2fa-mfa" + }, { "label": "Sign in with GitHub, GitLab, Google, Facebook, LinkedIn, Microsoft ...", "type": "link", @@ -535,6 +565,26 @@ "type": "link", "href": "https://www.ory.sh/kratos/docs/next/guides/secret-key-rotation" }, + { + "label": "Get Access, Refresh, ID Tokens from Social Sign In Providers", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/guides/retrieve-social-sign-in-access-refresh-id-token" + }, + { + "label": "Setting up Noop Cipher algorithm", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/guides/setting-up-noop-cipher-parameters" + }, + { + "label": "Setting up XChaCha20 Poly1305 Cipher algorithm", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/guides/setting-up-xchacha-cipher-parameters" + }, + { + "label": "Setting up AES Cipher algorithm", + "type": "link", + "href": "https://www.ory.sh/kratos/docs/next/guides/setting-up-aes-cipher-parameters" + }, { "label": "High Availability", "type": "link", @@ -747,7 +797,7 @@ { "label": "Debugging Ory Kratos in Docker with Delve", "type": "link", - "href": "https://www.ory.sh/kratos/docs/next/debug/debugging_in_docker" + "href": "https://www.ory.sh/kratos/docs/next/debug/debug-docker-delve-ory-kratos" } ] },