Skip to content

Commit b068209

Browse files
authored
Merge pull request #76 from oracle-quickstart/disable-jre-prop
add support to disable default jre security prop file
2 parents 5c25f42 + 1f845e6 commit b068209

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2024-06-26
4+
### Added
5+
- Option to disable JRE default security property for Agent.
6+
37
## 2024-06-18
48
### Changed
59
- Fluentd collector container image uptake to 1.4.3 having OS and other dependency updates.

charts/mgmt-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.0.2
21+
version: 3.0.3
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/mgmt-agent/templates/env-configmap.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ data:
1818

1919
# Modifiable properties
2020
# Add new or change the below existing properties as required
21+
22+
# Openjdk on RHEL with FIPS requires the default security property to be disabled,
23+
# so that Management Agent can use its own bcfips security provider.
24+
# Set this to true to disable, and pass disableJREDefaultSecurityPropertiesFile=true via the rsp file.
25+
DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE: "false"

charts/oci-onm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.4.3
21+
version: 3.4.4
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/oci-onm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ oci-onm-mgmt-agent:
5252
# Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
5353
image:
5454
# Replace this value with actual docker image URL for Management Agent
55-
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.3.0
55+
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.4.0
5656
# Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
5757
secret:

0 commit comments

Comments
 (0)