Skip to content

Commit c62d759

Browse files
Merge pull request #8923 from mandy-chessell/oak2025
Add bearer tokens to all REST APIs
2 parents 5c80e9e + df6fdb0 commit c62d759

970 files changed

Lines changed: 25515 additions & 41484 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

EgeriaContentPacksGUIDMap.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application.properties

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010
################################################
1111
server.port=9443
1212

13+
###############################################
14+
### Set up the name and description for this platform.
15+
################################################
16+
platform.name=OMAG Server Platform
17+
platform.description=Egeria services providing metadata, context and insight interoperability between people, tools and platforms.
18+
19+
###############################################
20+
### Set up the name of who is running this platform.
21+
##### If this is for personal use, add your own name.
22+
##### If this is for your team, add your team name ...
23+
################################################
24+
platform.organization.name=
25+
1326
###############################################
1427
### Set up the configuration document store the OMAG Server Platform
1528
### The values below will set up the clear text config document store (default)
@@ -61,13 +74,16 @@ platform.security.secrets.collection=userDirectory
6174
################################################
6275
platform.placeholder.variables=\
6376
{\
77+
"organizationName" : null,\
6478
"kafkaEndpoint" : "localhost:9092",\
6579
"egeriaEndpoint" : "https://localhost:9443",\
66-
"postgreSQLDatabaseURL" : "jdbc:postgresql://localhost:5432/egeria",\
67-
"secretsStore" : "loading-bay/secrets/default.omsecrets",\
68-
"postgreSQLServerCollectionName" : "PostgreSQL Server:LocalPostgreSQL1",\
69-
"metadataAccessSecretsStore" : "loading-bay/secrets/coco-user-directory.omsecrets",\
70-
"metadataAccessCollectionName" : "userDirectory"\
80+
"secretsStoreProvider" : "org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreProvider",\
81+
"defaultServersSecretsStore" : "loading-bay/secrets/default-servers.omsecrets",\
82+
"defaultServersSecretsCollection" : "DefaultEgeriaServers",\
83+
"repositoryDatabaseURL" : "jdbc:postgresql://localhost:5432/egeria",\
84+
"repositorySecretCollectionName" : "PostgreSQLRepository",\
85+
"userDirectorySecretsStore" : "loading-bay/secrets/coco-user-directory.omsecrets",\
86+
"userDirectorySecretsCollectionName" : "userDirectory"\
7187
}
7288

7389
################################################

container.application.properties

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010
################################################
1111
server.port=9443
1212

13+
###############################################
14+
### Set up the name and description for this platform.
15+
################################################
16+
platform.name=OMAG Server Platform
17+
platform.description=Egeria services providing metadata, context and insight interoperability between people, tools and platforms.
18+
19+
###############################################
20+
### Set up the name of who is running this platform.
21+
##### If this is for personal use, add your own name.
22+
##### If this is for your team, add your team name ...
23+
################################################
24+
platform.organization.name=
25+
1326
###############################################
1427
### Set up the configuration document store the OMAG Server Platform
1528
### The values below will set up the clear text config document store (default)
@@ -61,13 +74,16 @@ platform.security.secrets.collection=userDirectory
6174
################################################
6275
platform.placeholder.variables=\
6376
{\
77+
"organizationName" : null,\
6478
"kafkaEndpoint" : "host.docker.internal:9192",\
6579
"egeriaEndpoint" : "https://host.docker.internal:9443",\
66-
"postgreSQLDatabaseURL" : "jdbc:postgresql://host.docker.internal:5442/egeria",\
67-
"secretsStore" : "loading-bay/secrets/default.omsecrets",\
68-
"postgreSQLServerCollectionName" : "PostgreSQL Server:LocalPostgreSQL1",\
69-
"metadataAccessSecretsStore" : "loading-bay/secrets/coco-user-directory.omsecrets",\
70-
"metadataAccessCollectionName" : "userDirectory"\
80+
"secretsStoreProvider" : "org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreProvider".\
81+
"defaultServersSecretsStore" : "loading-bay/secrets/default-servers.omsecrets",\
82+
"defaultServersSecretsCollection" : "DefaultEgeriaServers",\
83+
"repositoryDatabaseURL" : "jdbc:postgresql://localhost:5432/egeria",\
84+
"repositorySecretCollectionName" : "PostgreSQLRepository",\
85+
"userDirectorySecretsStore" : "loading-bay/secrets/coco-user-directory.omsecrets",\
86+
"userDirectorySecretsCollectionName" : "userDirectory"\
7187
}
7288

7389
################################################
@@ -127,8 +143,8 @@ cors.allowed-origins=*
127143
################################################
128144
# landing page (/api/public/app/info)
129145
################################################
130-
app.description=Have a question? || Get in touch via our Slack community https://slack.lfai.foundation/ @@What is Open Metadata? || Find out more on our website https://egeria-project.org/ @@Have more cool ideas? || Feel free to let us know your ideas so we can make it better.
131-
app.title=Egeria Open Metadata | Find the right data with governance
146+
app.description=Egeria services providing metadata, context and insight interoperability between people, tools and platforms.
147+
app.title=OMAG Server Platform
132148

133149
################################################
134150
### Which java packages should be scanned to locate the Spring resource definitions that define the REST APIs?

content-packs/APIsContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/ApacheAtlasContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/ApacheKafkaContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/CocoBusinessSystemsArchive.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/CocoClinicalTrialsTemplatesArchive.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/CocoComboArchive.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/CocoGovernanceEngineDefinitionsArchive.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)