معرفی شرکت ها


dnsadmin53-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DNS Admin tool for Route53 IAM/ARN Managment
ویژگی مقدار
سیستم عامل -
نام فایل dnsadmin53-0.0.1
نام dnsadmin53
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Harvard University Information Technology
ایمیل نویسنده ithelp@harvard.edu
آدرس صفحه اصلی https://github.com/huit/python-dnsadmin53
آدرس اینترنتی https://pypi.org/project/dnsadmin53/
مجوز LICENSE
aws-dnsadmin53 ============== [![Build Status](https://travis-ci.org/huit/python-dnsadmin53.png?branch=master)](https://travis-ci.org/huit/python-dnsadmin53) Manage access to zones in Route 53 There are a couple of limitations on IAM Objects http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Based on this it seems like roles will be the best way to go Two types of cross account access both grant access by giving the external AWS account the ARN of the role and the user then makes api calls to AssumeRole with the ARN of the role to get temp credentials allowing access to the role. (in our case updating DNS entries within a zone) The first allows you to delegate access with just Account ID putting the trust on the repote account to create a group which has approriate access to the Role ARN http://docs.aws.amazon.com/IAM/latest/UserGuide/cross-acct-access.html The second type of delegation requires both an Account ID AND a External ID, which prevents the "Confused Deputy" problem ( http://en.wikipedia.org/wiki/Confused_deputy_problem) http://docs.aws.amazon.com/STS/latest/UsingSTS/sts-delegating-externalid.html http://docs.aws.amazon.com/STS/latest/UsingSTS/Welcome.html


نحوه نصب


نصب پکیج whl dnsadmin53-0.0.1:

    pip install dnsadmin53-0.0.1.whl


نصب پکیج tar.gz dnsadmin53-0.0.1:

    pip install dnsadmin53-0.0.1.tar.gz