⚲
Project
General
Profile
Sign in
Register
Home
Projects
Documentation
Help
Search
:
Arvados
All Projects
Arvados
Activity
Roadmap
Backlogs
Issues
Wiki
Repository
Documentation
Download (229 Bytes)
Feature #23464
» arvados-aws-secret.sh
Brett Smith
, 03/03/2026 10:14 PM
#!/bin/sh
set
-e
set
-u
SECRET_ID
=
"
$1
"
OUT_FILE
=
"
${
2
:-
$RUNTIME_DIRECTORY
/
$SECRET_ID
}
"
while
true
;
do
aws secretsmanager get-secret-value
--secret-id
"
$SECRET_ID
"
|
jq
-r
.SecretString
>
"
$OUT_FILE
"
sleep
1
done
« Previous
1
2
Next »
(1-1/2)
Loading...