Skip to content

Commit

Permalink
Merge pull request #76 from oracle-quickstart/disable-jre-prop
Browse files Browse the repository at this point in the history
add support to disable default jre security prop file
  • Loading branch information
niravg75 authored Jun 26, 2024
2 parents 5c25f42 + 1f845e6 commit b068209
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2024-06-26
### Added
- Option to disable JRE default security property for Agent.

## 2024-06-18
### Changed
- Fluentd collector container image uptake to 1.4.3 having OS and other dependency updates.
Expand Down
2 changes: 1 addition & 1 deletion charts/mgmt-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.2
version: 3.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 5 additions & 0 deletions charts/mgmt-agent/templates/env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ data:

# Modifiable properties
# Add new or change the below existing properties as required

# Openjdk on RHEL with FIPS requires the default security property to be disabled,
# so that Management Agent can use its own bcfips security provider.
# Set this to true to disable, and pass disableJREDefaultSecurityPropertiesFile=true via the rsp file.
DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE: "false"
2 changes: 1 addition & 1 deletion charts/oci-onm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.4.3
version: 3.4.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/oci-onm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ oci-onm-mgmt-agent:
# Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
image:
# Replace this value with actual docker image URL for Management Agent
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.3.0
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.4.0
# Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
secret:

0 comments on commit b068209

Please sign in to comment.