-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #959 from mandy-chessell/code2024
Update to Lemmie Stage persona
- Loading branch information
Showing
20 changed files
with
752 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
site/docs/connectors/databases/postgres-database-survey-action-service.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# PostgreSQL Database Survey Action Service | ||
|
||
Surveys a PostgreSQL database, its tables and columns. | ||
|
||
Its Jar file includes the PostgreSQL client driver. |
21 changes: 21 additions & 0 deletions
21
site/docs/connectors/egeria/omag-server-platform-connector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
--8<-- "snippets/content-status/tech-preview.md" | ||
|
||
# OMAG Server Platform Connector | ||
|
||
???+ info "Connector summary" | ||
- Connector Category: [Digital Resource Connector](/concepts/digital-resource-connector) | ||
- Source Module: [egeria-system-connectors :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/system-connectors/egeria-system-connectors){ target=gh } | ||
- Jar File Name: `egeria-system-connectors.jar` | ||
|
||
Th OMAG Server Platform Connector is a [digital resource connector](/concepts/digital-resource-connector) that provides a Java interface to an [OMAG Server Platform](/concepts/omag-server-platform). | ||
|
||
![Figure 1](apache-atlas-rest-connector.svg) | ||
> **Figure 1:** Operation of the OMAG Server Platform Connector | ||
|
||
--8<-- "snippets/abbr.md" | ||
|
||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
site/docs/connectors/secrets/yaml-file-secrets-store-connector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the ODPi Egeria project. --> | ||
|
||
--8<-- "snippets/content-status/tech-preview.md" | ||
|
||
# YAML File Secrets Store Connector | ||
|
||
!!! info "Connector details" | ||
- Connector Category: [Secret Store Connector](/concepts/secrets-store-connector) | ||
- Source Module: [yaml-secrets-store-connector :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/secrets-store-connectors/yaml-secrets-store-connector){ target=gh } | ||
- Jar File Name: `yaml-secrets-store-connector.jar` | ||
|
||
## Overview | ||
|
||
The *YAML File Secrets Store Connector* retrieves secrets from environment variables. The name of the secret requested is the name of the environment variable it tries to retrieve. It returns null if the environment variable is not defined. | ||
|
||
![Figure 1](yaml-file-secrets-store-connector.svg) | ||
> **Figure 1:** Operation of the YAML File Secrets Store Connector | ||
|
||
## Configuration | ||
|
||
This is its connection definition to embed into a connector's connection object. | ||
|
||
!!! example "Connection configuration for the environment variable secrets store connector" | ||
```json linenums="1" hl_lines="14" | ||
{ | ||
"connection" : | ||
{ | ||
"class" : "Connection", | ||
"qualifiedName" : "Egeria:SecretsStoreConnector:YAML File Connection", | ||
"connectorType" : | ||
{ | ||
"class" : "ConnectorType", | ||
"connectorProviderClassName" : "org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreProvider" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
---8<-- "snippets/abbr.md" |
4 changes: 4 additions & 0 deletions
4
site/docs/connectors/secrets/yaml-file-secrets-store-connector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.