Skip to content

Commit

Permalink
Change release server token path (#585)
Browse files Browse the repository at this point in the history
* Change release server token path

This PR changes the release server token path from
/etc/intel_edge_node/tokens/platform-update-agent/rs_access_token to
/etc/intel_edge_node/tokens/release-service/rs_access_token.

Signed-off-by: yengliong <[email protected]>
  • Loading branch information
yengliong93 authored Oct 25, 2024
1 parent 74476aa commit c17c9ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions inbm/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions inbm/dispatcher-agent/dispatcher/sota/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c17c9ec

Please sign in to comment.