Skip to content

Commit

Permalink
Merge pull request #243 from HimajaDhanyamraju2/release-1.2.0.1_MOSIP…
Browse files Browse the repository at this point in the history
…-24522

MOSIP-24522: Changed default encryption key value
  • Loading branch information
vishwa-vyom authored Feb 7, 2024
2 parents 9440034 + ec26312 commit 6ed80a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/modules/config/configurations.bal
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public configurable string CONSOLIDATOR_BASE_URL = "http://websub-consolidator";
public configurable string CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health";

# Key for encryption and decryption of the hubsecret
public configurable string HUB_SECRET_ENCRYPTION_KEY = "OTEgMTkgMTE3IDE3NiAyIDMzIDEzMCAxNjcgMTg5IDc3IDEwIDIzNiAxMjggNTcgMjI5IDE0OSA5NiAxIDI0OSA4MyAxNSAyMjAgNDggMjIgMTg3IDE5NSAyMDEgMzAgMjA5IDIzMSAxNDggMjMyIAo=";
public configurable string HUB_SECRET_ENCRYPTION_KEY = "KsOY5Pri6fOkaOdn4q+gpNEmsFAPTE5FxMoWwLXgXvM=";

# Below config will allow base64-encoded-bytes / alpha-numeric.
# Recommended to use base64-encoded-bytes since alpha-numeric is considered less secure.
Expand Down

0 comments on commit 6ed80a9

Please sign in to comment.