Skip to content

Commit 426a10c

Browse files
Merge pull request #9010 from mandy-chessell/oak2026
Improve security control management
2 parents 22702d9 + 78bfe3f commit 426a10c

File tree

142 files changed

+6738
-3533
lines changed

Some content is hidden

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

142 files changed

+6738
-3533
lines changed

EgeriaContentPacksGUIDMap.json

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

application.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,14 @@ logging.level.root=OFF
162162
logging.level.org.springframework=ERROR
163163
logging.level.org.springframework.boot.web.embedded.tomcat=INFO
164164
logging.level.org.odpi.openmetadata.platformchassis.springboot=INFO
165-
# tracing SQL calls
165+
# Tracing login errors
166+
#logging.level.org.odpi.openmetadata.userauthn=ERROR
167+
# Tracing SQL calls
166168
#logging.level.org.odpi.openmetadata.adapters.connectors.resource.jdbc=DEBUG
167-
# tracing REST calls
169+
# Tracing REST calls
168170
#logging.level.org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger=DEBUG
169171

172+
170173
################################################
171174
### Swagger Docs
172175
################################################

container.application.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,11 @@ logging.level.root=OFF
160160
logging.level.org.springframework=ERROR
161161
logging.level.org.springframework.boot.web.embedded.tomcat=INFO
162162
logging.level.org.odpi.openmetadata.platformchassis.springboot=INFO
163-
# tracing SQL calls
163+
# Tracing login errors
164+
#logging.level.org.odpi.openmetadata.userauthn=ERROR
165+
# Tracing SQL calls
164166
#logging.level.org.odpi.openmetadata.adapters.connectors.resource.jdbc=DEBUG
165-
# tracing REST calls
167+
# Tracing REST calls
166168
#logging.level.org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger=DEBUG
167169

168170
################################################

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)