Skip to content

Commit

Permalink
[DSD-4835] Updated websub-service.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <[email protected]>
  • Loading branch information
Prafulrakhade authored Mar 20, 2024
1 parent b98141f commit 451ad6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions websub-service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ CONSOLIDATOR_BASE_URL = "${mosip.consolidator.url}"
# consolidator health endpoint
CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health"

#Encryption key that will be used to encrypt / decrypt the hub secret
HUB_SECRET_ENCRYPTION_KEY = "${hub.secret.encryption.key}"

# Below config will allow base64-encoded-bytes / alpha-numeric.
# Recommended to use base64-encoded-bytes since alpha-numeric is considered less secure. This is just given to ensure the backward compatiblity
HUB_SECRET_ENCRYPTION_KEY_FORMAT = "alpha-numeric"

[ballerina.http.accessLogConfig]
# Enable printing access logs in console
console = true # Default is false
Expand Down

0 comments on commit 451ad6f

Please sign in to comment.