Skip to content

Commit

Permalink
The extensions names are Quarkus not Quarkiverse
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Feb 15, 2022
1 parent f018ef4 commit a972610
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - BigQuery
# Quarkus - Google Cloud Services - BigQuery

This extension allows to inject a `com.google.cloud.bigquery.BigQuery` object inside your Quarkus application.

Expand Down
2 changes: 1 addition & 1 deletion bigtable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Bigtable
# Quarkus - Google Cloud Services - Bigtable

This extension allows using Google Cloud Bigtable inside your Quarkus application.

Expand Down
2 changes: 1 addition & 1 deletion common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Common
# Quarkus - Google Cloud Services - Common

Common module for Google Cloud Services extensions.

Expand Down
5 changes: 3 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ that will use the default project detected via Application Default Credentials.

All these extensions work with applications built as native image executables.

These extensions work well within the various Google Cloud Functions extensions available inside Quarkus as they directly authenticate via the built-in credentials.
These extensions work well within the various Google Cloud Functions extensions available inside Quarkus as they directly authenticate via the built-in credentials, see the https://quarkus.io/guides/deploying-to-google-cloud[deploying to google cloud platform] guide.

[[authenticating]]
== Authenticating to Google Cloud
Expand All @@ -42,7 +42,8 @@ but will be ignored if the `quarkus.google.cloud.accessTokenEnabled` property is
* Credentials provided by the Google Cloud SDK `gcloud auth application-default login` command.
* Google Cloud managed environment (Google App Engine, Google Cloud Functions, GCE, ...) built-in credentials.

**Google PubSub and Google Bigtable must be authenticated using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable only.**
**Google PubSub and Google Bigtable should be authenticated using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable,
or use the provided `CredentialsProvider` when instantiating their objects.**

[[emulators]]
== Google Cloud services emulators: mocking Google Cloud credentials
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/secretmanager.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This extension allows to use the Google Cloud Platform Secret Manager client library inside your Quarkus application.The current implementation is focused on _accessing_ the secrets, but extending the implementation into also allowing to create or edit a secret might be a natural next step.

It also allows to use secrets from the secret manager directly inside your `application.properties`.

== Bootstrapping the project

First, we need a new project.Create a new project with the following command (replace the version placeholders with the correct ones):
Expand Down
2 changes: 1 addition & 1 deletion firestore/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Firestore
# Quarkus - Google Cloud Services - Firestore

This extension allows to inject a `com.google.cloud.firestore.Firestore` object inside your Quarkus application.

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Integration Tests
# Quarkus - Google Cloud Services - Integration Tests

The Google Cloud Services extensions are tested using the following integration tests:

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/app-engine/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Integration Tests - Google App Engine
# Quarkus - Google Cloud Services - Integration Tests - Google App Engine

This integration test show how to integrate Google Cloud Storage with Google App Engine.

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/google-cloud-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Integration Tests - Google Cloud Functions
# Quarkus - Google Cloud Services - Integration Tests - Google Cloud Functions

This integration test show how to integrate Google Cloud Storage with Google Cloud Functions.

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/main/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Integration Tests - Main
# Quarkus - Google Cloud Services - Integration Tests - Main

This is the main integration test, it allows to test all Google Cloud services from REST endpoints using a service account authentication.

Expand Down
2 changes: 1 addition & 1 deletion pubsub/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - PubSub
# Quarkus - Google Cloud Services - PubSub

This extension allows using Google Cloud PubSub inside your Quarkus application.

Expand Down
2 changes: 1 addition & 1 deletion secret-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Secret Manager
# Quarkus - Google Cloud Services - Secret Manager

This extension allows to use the Google Cloud Platform Secret Manager client library inside your Quarkus application. The current implementation is focused on _accessing_ the secrets, but extending the implementation into also allowing to create or edit a secret might be a natural next step.

Expand Down
2 changes: 1 addition & 1 deletion spanner/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Spanner
# Quarkus - Google Cloud Services - Spanner

This extension allows to inject a `com.google.cloud.spanner.Spanner` object inside your Quarkus application.

Expand Down
2 changes: 1 addition & 1 deletion storage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quarkiverse - Google Cloud Services - Storage
# Quarkus - Google Cloud Services - Storage

This extension allows to inject a `com.google.cloud.storage.Storage` object inside your Quarkus application.

Expand Down

0 comments on commit a972610

Please sign in to comment.