CloudKeeper - Credential Helper
AWS SSO External AWS Account - STS Keys Generator
ما هو CloudKeeper - Credential Helper؟
CloudKeeper - Credential Helper هو إضافة Chrome تم تطويرها بواسطة To The New Pvt. Ltd.، والميزة الرئيسية لها هي "AWS SSO External AWS Account - STS Keys Generator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CloudKeeper - Credential Helper
قم بتنزيل ملفات الامتداد CloudKeeper - Credential Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you're using an external AWS account in AWS SSO, there is no way for you to retrieve the CLI credentials for the role. The workaround suggested by AWS is to use AWS CloudShell. This Credential Helper extension allows you to retrieve the CLI credentials by passing the SAML Assertion to AWS Security Token Service. To use this extension: 1. Click on the external AWS account you wish to log into 2. Once the console opens, click on the extension and the popup will appear 3. Your credentials will be available there for you to copy 4. Copy the credentials to your local AWS credentials file 5. Use the AWS CLI from your local machine Note: This extension does not collect any data. The credentials are available to view only once and are deleted once the popup is closed.
معلومات أساسية عن التمديد
الاسم | CloudKeeper - Credential Helper |
ID | mpljkpamdjfdjmfcpnlmhhakbjigjjcd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cloudkeeper-credential-he/mpljkpamdjfdjmfcpnlmhhakbjigjjcd |
الوصف | AWS SSO External AWS Account - STS Keys Generator |
حجم الملف | 827 KB |
عدد التثبيتات | 590 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2024-02-05 |
تاريخ النشر | 2022-07-02 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | To The New Pvt. Ltd. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cloudkeeper.com/ |
عنوان صفحة المساعدة | https://cloudkeeper.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "CloudKeeper", "homepage_url": "https:\/\/app.cloudkeeper.com", "name": "CloudKeeper - Credential Helper", "description": "AWS SSO External AWS Account - STS Keys Generator", "version": "1.3.0", "icons": { "32": "icons\/icon_crop_128.png", "128": "icons\/icon_crop_128.png" }, "action": { "default_icon": "icons\/icon_crop_128.png", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "script.js" }, "permissions": [ "webRequest", "storage", "webNavigation" ], "host_permissions": [ "https:\/\/signin.aws.amazon.com\/saml" ] } |