Skip to content

Commit

Permalink
feature(#3903): Support secret refresh through the existing addons - …
Browse files Browse the repository at this point in the history
…Google Secret Manager - Docs

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 13, 2023
1 parent 98d937b commit cba045a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/modules/traits/pages/gcp-secret-manager.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@ The following configuration options are available:
| bool
| Define if we want to use the Default Instance approach for accessing the Google Secret Manager service

| gcp-secret-manager.context-reload-enabled,omitempty
| bool
| Define if we want to use the Camel Context Reload feature or not

| gcp-secret-manager.refresh-enabled,omitempty
| bool
| Define if we want to use the Refresh Feature for secrets

| gcp-secret-manager.refresh-period,omitempty
| string
| If Refresh is enabled, this defines the interval to check the refresh event

| gcp-secret-manager.refresh-period,omitempty
| string
| If Refresh is enabled, the regular expression representing the secrets we want to track

| gcp-secret-manager.refresh-period,omitempty
| string
| If Refresh is enabled, this defines the subscription name to the Google PubSub topic used to keep track of updates

|===

// End of autogenerated code - DO NOT EDIT! (configuration)
18 changes: 18 additions & 0 deletions resources/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,24 @@ traits:
type: bool
description: Define if we want to use the Default Instance approach for accessing
the Google Secret Manager service
- name: context-reload-enabled,omitempty
type: bool
description: Define if we want to use the Camel Context Reload feature or not
- name: refresh-enabled,omitempty
type: bool
description: Define if we want to use the Refresh Feature for secrets
- name: refresh-period,omitempty
type: string
description: If Refresh is enabled, this defines the interval to check the refresh
event
- name: refresh-period,omitempty
type: string
description: If Refresh is enabled, the regular expression representing the secrets
we want to track
- name: refresh-period,omitempty
type: string
description: If Refresh is enabled, this defines the subscription name to the
Google PubSub topic used to keep track of updates
- name: hashicorp-vault
platform: false
profiles:
Expand Down

0 comments on commit cba045a

Please sign in to comment.