Skip to content

Commit 8d8ef84

Browse files
committed
update to secret path
1 parent 76f4b68 commit 8d8ef84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sds_data_manager/utils/stackbuilder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,11 @@ def build_sds(
438438
)
439439

440440
# Retrieve the NOAA VPN pre-shared key from Secrets Manager.
441-
# Store the PSK under the key "psk" in a secret named "noaa-vpn-psk"
442-
# before deploying this stack.
441+
# Store the PSK under the key "psk" in a secret named
442+
# "/ialirt/noaa/noaa-vpn-psk" before deploying this stack.
443443
noaa_vpn_psk = (
444444
secretsmanager.Secret.from_secret_name_v2(
445-
ialirt_stack, "NoaaVpnPsk", "noaa-vpn-psk"
445+
ialirt_stack, "NoaaVpnPsk", "/ialirt/noaa/noaa-vpn-psk"
446446
)
447447
.secret_value_from_json("psk")
448448
.unsafe_unwrap()

0 commit comments

Comments
 (0)