Skip to content

Commit

Permalink
Sync web site with Quarkus documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 19, 2023
1 parent e88d149 commit f65298c
Show file tree
Hide file tree
Showing 162 changed files with 98,292 additions and 15,094 deletions.
56 changes: 28 additions & 28 deletions _data/versioned/latest/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ types:
- title: Authorization of web endpoints
filename: security-authorize-web-endpoints-reference.adoc
summary: Quarkus has an integrated pluggable web security layer.
categories: "web, security"
categories: "security, web"
id: security-authorize-web-endpoints-reference
type: reference
url: /guides/security-authorize-web-endpoints-reference
Expand All @@ -30,7 +30,7 @@ types:
- title: Configure data sources in Quarkus
filename: datasource.adoc
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
categories: "getting-started, data"
categories: "data, getting-started"
id: datasources
type: reference
url: /guides/datasource
Expand All @@ -52,6 +52,12 @@ types:
categories: data
type: reference
url: /guides/infinispan-client-reference
- title: Logging configuration
filename: logging.adoc
summary: "Read about the efficient use of logging API in Quarkus, configuring logging output according to your needs, and using logging adapters to unify the output from other logging APIs."
categories: "core, getting-started"
type: reference
url: /guides/logging
- title: Mailer Reference Guide
filename: mailer-reference.adoc
summary: This reference guide explains in more details the configuration and usage of the Quarkus Mailer.
Expand Down Expand Up @@ -145,14 +151,14 @@ types:
- title: Authentication mechanisms in Quarkus
filename: security-authentication-mechanisms.adoc
summary: "The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
categories: "web, security"
categories: "security, web"
id: security-authentication-mechanisms
type: concepts
url: /guides/security-authentication-mechanisms
- title: Basic authentication
filename: security-basic-authentication.adoc
summary: HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
categories: "web, security"
categories: "security, web"
id: security-basic-authentication
type: concepts
url: /guides/security-basic-authentication
Expand All @@ -166,21 +172,21 @@ types:
- title: OpenID Connect (OIDC) Bearer token authentication
filename: security-oidc-bearer-token-authentication.adoc
summary: Secure HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer token authentication by using the Quarkus OpenID Connect (OIDC) extension.
categories: "web, security"
categories: "security, web"
id: security-oidc-bearer-token-authentication
type: concepts
url: /guides/security-oidc-bearer-token-authentication
- title: OpenID Connect authorization code flow mechanism for protecting web applications
filename: security-oidc-code-flow-authentication.adoc
summary: "To protect your web applications, you can use the industry-standard OpenID Connect (OIDC) Authorization Code Flow mechanism provided by the Quarkus OIDC extension."
categories: "web, security"
categories: "security, web"
id: security-oidc-code-flow-authentication
type: concepts
url: /guides/security-oidc-code-flow-authentication
- title: Proactive authentication
filename: security-proactive-authentication.adoc
summary: Proactive authentication is enabled in Quarkus by default.
categories: "web, security"
categories: "security, web"
id: security-proactive-authentication
type: concepts
url: /guides/security-proactive-authentication
Expand Down Expand Up @@ -208,7 +214,7 @@ types:
- title: Security vulnerability detection and reporting in Quarkus
filename: security-vulnerability-detection.adoc
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
categories: "contributing, security"
categories: "security, contributing"
id: security-vulnerability-detection
type: concepts
url: /guides/security-vulnerability-detection
Expand Down Expand Up @@ -238,7 +244,7 @@ types:
- title: Building a Native Executable
filename: building-native-image.adoc
summary: Build native executables with GraalVM or Mandrel.
categories: "getting-started, native"
categories: "native, getting-started"
type: tutorial
url: /guides/building-native-image
- title: Collect metrics using Micrometer
Expand Down Expand Up @@ -277,7 +283,7 @@ types:
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
filename: security-oidc-code-flow-authentication-tutorial.adoc
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
categories: "web, security"
categories: "security, web"
id: security-oidc-code-flow-authentication-tutorial
type: tutorial
url: /guides/security-oidc-code-flow-authentication-tutorial
Expand All @@ -290,7 +296,7 @@ types:
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
filename: security-basic-authentication-tutorial.adoc
summary: Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).
categories: "getting-started, security"
categories: "security, getting-started"
id: security-basic-authentication-tutorial
type: tutorial
url: /guides/security-basic-authentication-tutorial
Expand Down Expand Up @@ -346,7 +352,7 @@ types:
- title: AppCDS
filename: appcds.adoc
summary: This reference guide explains how to enable AppCDS with Quarkus.
categories: "cloud, core"
categories: "core, cloud"
type: guide
url: /guides/appcds
- title: Application Data Caching
Expand Down Expand Up @@ -436,12 +442,6 @@ types:
categories: writing-extensions
type: guide
url: /guides/conditional-extension-dependencies
- title: Configuring Logging
filename: logging.adoc
summary: This guide explains logging and how to configure it.
categories: core
type: guide
url: /guides/logging
- title: Configuring Well-Known OpenID Connect Providers
filename: security-openid-connect-providers.adoc
type: guide
Expand Down Expand Up @@ -490,7 +490,7 @@ types:
- title: Deploying on OpenShift
filename: deploying-to-openshift.adoc
summary: This guide covers how to deploy a native application on OpenShift.
categories: "cloud, native"
categories: "native, cloud"
id: deploy-openshift
type: guide
url: /guides/deploying-to-openshift
Expand Down Expand Up @@ -763,7 +763,7 @@ types:
- title: Kubernetes extension
filename: deploying-to-kubernetes.adoc
summary: This guide covers how to deploy a native application on Kubernetes.
categories: "cloud, native"
categories: "native, cloud"
id: deploy-kubernetes
type: guide
url: /guides/deploying-to-kubernetes
Expand Down Expand Up @@ -973,7 +973,7 @@ types:
- title: Simplified Hibernate ORM with Panache and Kotlin
filename: hibernate-orm-panache-kotlin.adoc
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
categories: "alt-languages, data"
categories: "data, alt-languages"
type: guide
url: /guides/hibernate-orm-panache-kotlin
- title: Simplified Hibernate Reactive with Panache
Expand All @@ -991,13 +991,13 @@ types:
- title: Simplified MongoDB with Panache and Kotlin
filename: mongodb-panache-kotlin.adoc
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
categories: "alt-languages, data"
categories: "data, alt-languages"
type: guide
url: /guides/mongodb-panache-kotlin
- title: SmallRye Fault Tolerance
filename: smallrye-fault-tolerance.adoc
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
categories: "web, observability"
categories: "observability, web"
type: guide
url: /guides/smallrye-fault-tolerance
- title: SmallRye GraphQL
Expand Down Expand Up @@ -1027,14 +1027,14 @@ types:
- title: Testing Your Application
filename: getting-started-testing.adoc
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
categories: "core, native, tooling"
categories: "native, core, tooling"
id: testing
type: guide
url: /guides/getting-started-testing
- title: Tips for writing native applications
filename: writing-native-applications-tips.adoc
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
categories: "core, writing-extensions, native"
categories: "native, core, writing-extensions"
type: guide
url: /guides/writing-native-applications-tips
- title: Using Apache Kafka Streams
Expand Down Expand Up @@ -1163,7 +1163,7 @@ types:
- title: Using SSL With Native Executables
filename: native-and-ssl.adoc
summary: "In this guide, we will discuss how you can get your native images to support SSL, as native images don't support it out of the box."
categories: "core, security, native"
categories: "native, core, security"
type: guide
url: /guides/native-and-ssl
- title: Using Security with .properties File
Expand Down Expand Up @@ -1276,13 +1276,13 @@ types:
- title: Validation with Hibernate Validator
filename: validation.adoc
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
categories: "web, data"
categories: "data, web"
type: guide
url: /guides/validation
- title: Writing JSON REST Services
filename: rest-json.adoc
summary: JSON is now the lingua franca between microservices.
categories: "web, serialization"
categories: "serialization, web"
type: guide
url: /guides/rest-json
- title: Writing REST Services with RESTEasy Reactive
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"configDocKey":{"type":"boolean","key":".enabled","configDoc":"If the bcrypt-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","configDoc":"The index (1 based numbering) of the column containing the password hash","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".hash-encoding","configDoc":"A string referencing the password hash encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"hash-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".salt-index","configDoc":"The index (1 based numbering) of the column containing the Bcrypt salt","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"salt-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".salt-encoding","configDoc":"A string referencing the salt encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"salt-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".iteration-count-index","configDoc":"The index (1 based numbering) of the column containing the Bcrypt iteration count","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"iteration-count-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
[{"configDocKey":{"type":"org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper","key":".to-password-key-mapper","configDoc":"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"to-password-key-mapper","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"boolean","key":".enabled","configDoc":"If the bcrypt-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","configDoc":"The index (1 based numbering) of the column containing the password hash","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".hash-encoding","configDoc":"A string referencing the password hash encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"hash-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".salt-index","configDoc":"The index (1 based numbering) of the column containing the Bcrypt salt","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"salt-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".salt-encoding","configDoc":"A string referencing the salt encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"salt-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".iteration-count-index","configDoc":"The index (1 based numbering) of the column containing the Bcrypt iteration count","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"iteration-count-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"configDocKey":{"type":"boolean","key":".enabled","configDoc":"If the clear-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","configDoc":"The index (1 based numbering) of the column containing the clear password","withinAMap":false,"defaultValue":"1","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
[{"configDocKey":{"type":"org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper","key":".to-password-key-mapper","configDoc":"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"to-password-key-mapper","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"boolean","key":".enabled","configDoc":"If the clear-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","configDoc":"The index (1 based numbering) of the column containing the clear password","withinAMap":false,"defaultValue":"1","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
Loading

0 comments on commit f65298c

Please sign in to comment.