Skip to content

Commit

Permalink
Merge pull request #2474 from openstandia/add-v22.0.5
Browse files Browse the repository at this point in the history
Add resources for v22.0.5
  • Loading branch information
wadahiro authored Nov 13, 2023
2 parents b47960b + 5626871 commit 78ff1ee
Show file tree
Hide file tree
Showing 15 changed files with 33,203 additions and 104 deletions.
5 changes: 5 additions & 0 deletions create-po.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ cd $BUILD_DIR2
git fetch --tags

for version in `ls $DIR/src`; do
if [[ $version != $1 ]]; then
echo "Skipping $version"
continue
fi

# Resolve build dir by the target version
if [[ $version == 1* ]]; then
cd $BUILD_DIR1
Expand Down
93 changes: 93 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,99 @@ <h1>Keycloak 日本語ドキュメント
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="keycloak"></a>
</h1>

<h3>22.0.5</h3>
<table class="tableblock frame-all grid-all spread">
<tbody>
<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/release_notes/index.html">
Release Notes
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak のリリースノートです。
</td>
</tr>
<!--
<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/getting_started/index.html">
Getting Started
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak 入門編のガイドです。
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/server_installation/index.html">
Server Installation
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーのインストール方法についてのガイドです。
</td>
</tr>
-->

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/securing_apps/index.html">
Securing Apps
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak を利用したアプリケーションの保護方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/server_admin/index.html">
Server Admin
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーの管理方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/server_development/index.html">
Server Development
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーのテーマやプロバイダーのカスタマイズ方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/authorization_services/index.html">
Authorization Services
</a>
</td>
<td class="tableblock halign-left valign-top">
アプリケーションとサービスのきめ細かい権限管理方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/upgrading/index.html">
Upgrading
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーのアップグレード方法についてのガイドです。
</td>
</tr>
</tbody>
</table>

<h3>21.1.2</h3>
<table class="tableblock frame-all grid-all spread">
<tbody>
Expand Down
93 changes: 93 additions & 0 deletions site/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,99 @@ <h1>Keycloak 日本語ドキュメント(プレビュー)
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="keycloak"></a>
</h1>

<h3>22.0.5</h3>
<table class="tableblock frame-all grid-all spread">
<tbody>
<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/release_notes/index.html">
Release Notes
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak のリリースノートです。
</td>
</tr>
<!--
<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/getting_started/index.html">
Getting Started
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak 入門編のガイドです。
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/server_installation/index.html">
Server Installation
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーのインストール方法についてのガイドです。
</td>
</tr>
-->

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/securing_apps/index.html">
Securing Apps
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak を利用したアプリケーションの保護方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/server_admin/index.html">
Server Admin
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーの管理方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/server_development/index.html">
Server Development
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーのテーマやプロバイダーのカスタマイズ方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/authorization_services/index.html">
Authorization Services
</a>
</td>
<td class="tableblock halign-left valign-top">
アプリケーションとサービスのきめ細かい権限管理方法についてのガイドです。
</td>
</tr>

<tr>
<td class="tableblock halign-left valign-top">
<a href="./22.0/ja_JP/upgrading/index.html">
Upgrading
</a>
</td>
<td class="tableblock halign-left valign-top">
Keycloak サーバーのアップグレード方法についてのガイドです。
</td>
</tr>
</tbody>
</table>

<h3>21.1.2</h3>
<table class="tableblock frame-all grid-all spread">
<tbody>
Expand Down
16 changes: 8 additions & 8 deletions src/21.1/authorization_services.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ msgstr ""
msgid "{releasenotes_link}[{releasenotes_name_short}]"
msgstr ""

msgid "Version *{project_version}* _{release_header_latest_link}[Click here for latest]_"
msgid "Version *{project_version}*"
msgstr ""

msgid "Authorization services overview"
Expand Down Expand Up @@ -730,34 +730,34 @@ msgstr ""
msgid "Description"
msgstr ""

msgid "https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-jee-servlet[app-authz-jee-servlet]"
msgid "{quickstartRepo_link}/tree/latest/app-authz-jee-servlet[app-authz-jee-servlet]"
msgstr ""

msgid "Demonstrates how to enable fine-grained authorization to a Jakarta EE application in order to protect specific resources and build a dynamic menu based on the permissions obtained from a {Project_Name} Server."
msgstr ""

msgid "https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-jee-vanilla[app-authz-jee-vanilla]"
msgid "{quickstartRepo_link}/tree/latest/app-authz-jee-vanilla[app-authz-jee-vanilla]"
msgstr ""

msgid "Demonstrates how to enable fine-grained authorization to a Jakarta EE application and use the default authorization settings to protect all resources in the application."
msgstr ""

msgid "https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-rest-springboot[app-authz-rest-springboot]"
msgid "{quickstartRepo_link}/tree/latest/app-authz-rest-springboot[app-authz-rest-springboot]"
msgstr ""

msgid "Demonstrates how to protect a SpringBoot REST service using {Project_Name} Authorization Services."
msgstr ""

msgid "https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-springboot[app-authz-springboot]"
msgid "{quickstartRepo_link}/tree/latest/app-authz-springboot[app-authz-springboot]"
msgstr ""

msgid "Demonstrates how to write a SpringBoot Web application where both authentication and authorization aspects are managed by {Project_Name}."
msgstr ""

msgid "https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-uma-photoz[app-authz-uma-photoz]"
msgid "{quickstartRepo_link}/tree/latest/app-authz-uma-photoz[app-authz-uma-photoz]"
msgstr ""

msgid "A simple application based on HTML5+AngularJS+JAX-RS that demonstrates how to enable User-Managed Access to your application and let users to manage permissions for their resources."
msgid "A simple application based on HTML5+AngularJS+JAX-RS that demonstrates how to enable User-Managed Access to your application and let users manage permissions for their resources."
msgstr ""

msgid "Managing resource servers"
Expand Down Expand Up @@ -3426,7 +3426,7 @@ msgid ""
"}"
msgstr ""

msgid "When you enable the policy enforcer all requests sent your application are intercepted and access to protected resources will be granted depending on the permissions granted by {project_name} to the identity making the request."
msgid "When you enable the policy enforcer all requests sent to your application are intercepted and access to protected resources will be granted depending on the permissions granted by {project_name} to the identity making the request."
msgstr ""

msgid "Policy enforcement is strongly linked to your application's paths and the <<_resource_overview, resources>> you created for a resource server using the {project_name} Administration Console. By default, when you create a resource server, {project_name} creates a <<_resource_server_default_config, default configuration>> for your resource server so you can enable policy enforcement quickly."
Expand Down
79 changes: 78 additions & 1 deletion src/21.1/release_notes.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,84 @@ msgstr ""
msgid "{upgradingguide_link}[{upgradingguide_name_short}]"
msgstr ""

msgid "Version *{project_version}* _{release_header_latest_link}[Click here for latest]_"
msgid "Version *{project_version}*"
msgstr ""

msgid "{project_name_full} 21.1.2"
msgstr ""

msgid "Changes in validating schemes for valid redirect URIs"
msgstr ""

msgid "If an application client is using non http(s) custom schemes, from now on the validation requires that a valid redirect pattern explicitly allows that scheme. Example patterns for allowing `custom` scheme are `custom:/test`, `custom:/test/\\*` or `custom:*`. For security reasons a general pattern like `*` does not cover them anymore."
msgstr ""

msgid "{project_name_full} 21.1.0"
msgstr ""

msgid "Monorepo"
msgstr ""

msgid "In the past Keycloak was maintained across multiple GitHub repositories:"
msgstr ""

msgid "https://github.com/keycloak/keycloak-documentation[Documentation repository]"
msgstr ""

msgid "https://github.com/keycloak/keycloak-ui[UI repository]"
msgstr ""

msgid "https://github.com/keycloak/keycloak-nodejs-admin-client[Node.js admin client repository]"
msgstr ""

msgid "Having multiple repositories introduced a lot of complexity and toil. For example frequently multiple pull requests had to be sent to different repositories for a single change."
msgstr ""

msgid "To simplify things we have now migrated everything into the https://github.com/keycloak/keycloak[main repository]."
msgstr ""

msgid "FIPS 140-2 support"
msgstr ""

msgid "FIPS 140-2 support in Keycloak, which was preview in the previous release, is now promoted to be officially supported."
msgstr ""

msgid "Experimental Account Console version 3"
msgstr ""

msgid "The Account Console version 3 is now available as an experimental feature in Keycloak. This version supports custom fields created with the 'User Profile' feature. If you are looking to try it out and provide us with some early feedback you can enable it as follows:"
msgstr ""

msgid "bin/kc.sh start-dev --features=account3"
msgstr ""

msgid "Changes to Keycloak Authorization Services support in Keycloak Java-based Adapters"
msgstr ""

msgid "As part of the removal of the https://www.keycloak.org/2023/03/adapter-deprecation-update[deprecated] adapters, the Keycloak Policy Enforcer was extracted from the adapters code base into a separate dependency:"
msgstr ""

msgid ""
"<dependency>\n"
" <groupId>org.keycloak</groupId>\n"
" <artifactId>keycloak-policy-enforcer</artifactId>\n"
" <version>${version.keycloak}</version>\n"
"</dependency>"
msgstr ""

msgid "By providing this dependency, we expect making it possible to integrate the policy enforcer with the Java stack of your preference."
msgstr ""

msgid "It also provides built-in support for enabling the policy enforcer to Jakarta applications protected with https://docs.wildfly.org/26/Admin_Guide.html#Elytron_OIDC_Client[Wildfly Elytron]."
msgstr ""

msgid "For now, this dependency is not yet GA as we are still working on the quickstarts and documentation."
msgstr ""

msgid "This work should not impact existing applications using the deprecated adapters. = Javascript engine available by default"
msgstr ""

msgid "In the previous version, when Keycloak was used on Java 17 with Javascript providers it was needed to add the Nashorn javascript engine to the distribution. This is no longer needed as Nashorn javascript engine is available in Keycloak server by default."
msgstr ""

msgid "{project_name_full} 21.0.0"
Expand Down
Loading

0 comments on commit 78ff1ee

Please sign in to comment.