diff --git a/inbm/Changelog.md b/inbm/Changelog.md index 445128740..fff6a18d4 100644 --- a/inbm/Changelog.md +++ b/inbm/Changelog.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - ### Changed - (NEXMANAGE-906) Truncate the granular log instead of removing it + - Change release server token path to /etc/intel_edge_node/tokens/release-service/access_token ### Fixed - (NEXMANAGE-837) Fix schema validation issue on failed UDM request sent from diff --git a/inbm/dispatcher-agent/dispatcher/sota/constants.py b/inbm/dispatcher-agent/dispatcher/sota/constants.py index 43181d863..a356bc057 100644 --- a/inbm/dispatcher-agent/dispatcher/sota/constants.py +++ b/inbm/dispatcher-agent/dispatcher/sota/constants.py @@ -18,8 +18,8 @@ TIBER_UPDATE_TOOL_PATH = get_canonical_representation_of_path('/usr/bin/os-update-tool.sh') # Release server access token path -RELEASE_SERVER_TOKEN_PATH = get_canonical_representation_of_path('/etc/intel_edge_node/tokens/platform-update-agent/' - 'rs_access_token') +RELEASE_SERVER_TOKEN_PATH = get_canonical_representation_of_path('/etc/intel_edge_node/tokens/release-service/' + 'access_token') SOTA_STATE = 'normal' diff --git a/inbm/dispatcher-agent/fpm-template/etc/apparmor.d/usr.bin.inbm-dispatcher b/inbm/dispatcher-agent/fpm-template/etc/apparmor.d/usr.bin.inbm-dispatcher index 1d4d7db6c..abee61131 100644 --- a/inbm/dispatcher-agent/fpm-template/etc/apparmor.d/usr.bin.inbm-dispatcher +++ b/inbm/dispatcher-agent/fpm-template/etc/apparmor.d/usr.bin.inbm-dispatcher @@ -47,7 +47,7 @@ /etc/dpkg/dpkg.cfg r, /etc/dpkg/dpkg.cfg.d/ r, /etc/dpkg/dpkg.cfg.d/* r, - /etc/intel_edge_node/tokens/platform-update-agent/rs_access_token r, + /etc/intel_edge_node/tokens/release-service/access_token r, /etc/intel_manageability.conf wr, /etc/firmware_tool_info.conf r, /etc/fstab r,