浏览代码

bin: use aws-keyring instead of aws-vault

Thomas Dy 1 年之前
父节点
当前提交
08746cb3bd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .local/bin/aws-web-login

+ 2 - 2
.local/bin/aws-web-login

@@ -25,8 +25,8 @@ urlencode() {
 }
 
 get-credentials() {
-  if command -v aws-vault > /dev/null; then
-    aws-vault export --format=json --duration=8h "$profile-raw"
+  if command -v aws-keyring > /dev/null; then
+    aws-keyring --profile "$profile" --duration=12h
   else
     get-aws-login --profile "$profile" --duration 43200 --output credential_process
   fi