Skip to content

Commit

Permalink
Merge pull request #50 from naphelps/issue-48
Browse files Browse the repository at this point in the history
Issue 48: Update FDO integration to v1.1.6
  • Loading branch information
naphelps authored Nov 13, 2023
2 parents fcf4981 + db65c94 commit 3cd3595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
## [1.3.0] - 2023-11.06
- Issue 48: Updated FDO to support FDO Project's `1.1.6` release.
- Updated Golang to version `1.21.3`.

- Changed the default RV server domain from development to production.

## [1.2.0] - 2023-06-14
- Issue 29: Completed sample-mfg/start-mfg.sh bash script.
Expand Down
2 changes: 1 addition & 1 deletion sample-mfg/start-mfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export FDO_MFG_DB_USER=${FDO_MFG_DB_USER:-fdouser}
export FDO_MFG_PORT=${FDO_MFG_PORT:-8039}
export FDO_MFG_SVC_AUTH=${FDO_MFG_SVC_AUTH:-apiUser:$(generateToken 15)}
export FDO_OWN_COMP_SVC_PORT=${FDO_OWN_COMP_SVC_PORT:-9008}
export FDO_RV_URL=${FDO_RV_URL:-http://test.fdorv.com} # set to the development domain by default
export FDO_RV_URL=${FDO_RV_URL:-http://fdorv.com} # set to the production domain by default. Development domain is Owner's service public key protected as of v1.1.6.
export FIDO_DEVICE_ONBOARD_REL_VER=${FIDO_DEVICE_ONBOARD_REL_VER:-1.1.6} # https://github.com/fido-device-onboard/release-fidoiot/releases
export HZN_DOCK_NET=${HZN_DOCK_NET:-hzn_horizonnet}
#export HZN_EXCHANGE_USER_AUTH=${HZN_EXCHANGE_USER_AUTH:-admin:} # Default to organization admin provided by all-in-1 environment
Expand Down

0 comments on commit 3cd3595

Please sign in to comment.