Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Automatically generate the required IAM policies from your Cloudformation file
pip3 install cfngiam
cfn-giam -i $yourcfn -o $exportfolder
CLI option | Description | Require |
---|---|---|
-i, --input-path | Cloudformation file, folder or url path having Cloudformation files. Supported yaml and json. If this path is a folder, it will be detected recursively. | yes or -l |
-l, --input-resouce-type-list | AWS Resouce type name list of comma-separated strings. e.g. "AWS::IAM::Role,AWS::VPC::EC2" | yes or -i |
-o, --output-folderpath | Output IAM policy files root folder.If not specified, it matches the input-path. Moreover, if input-path is not specified, it will be output to the current directory. | no |
-p, --policy | Set the name of the IAM Policy to be created on AWS. | no |
-r, --role | Set the name of the IAM Role to be created on AWS. | no |
-v, --version | Show version information and quit. | no |
-V, --verbose | give more detailed output | no |
--help | Show a help synopsis and quit. | no |
cfn-giam -i ./CFn/example.yml
cfn-giam generates to "./CFn/example.json"
cfn-giam -i ./CFn -o ./dist
cfn-giam generates to "./dist/CFn/example.json" cfn-giam generates to "./dist/MasterPolicy.json"
cfn-giam -i https://s3.ap-northeast-1.amazonaws.com/cloudformation-templates-ap-northeast-1/Windows_Single_Server_SharePoint_Foundation.template
cfn-giam generates to "./Windows_Single_Server_SharePoint_Foundation.json"
cfn-giam -l AWS::EC2::Instance,AWS::EC2::SecurityGroup,AWS::EC2::Instance
cfn-giam generates to "./Windows_Single_Server_SharePoint_Foundation.json"
Github Actions thumbprint changes from time to time.
e.g. Changelog
In that case, Update to GithubOIDCRole-ReadOnly.yml after get new thumbprint with GetGithubOIDCThumbprint.sh.
sh GetGithubOIDCThumbprint.sh
Not support Resource types |
---|
AWS::AmazonMQ::Broker |
AWS::AmazonMQ::Configuration |
AWS::AmazonMQ::ConfigurationAssociation |
AWS::ApiGateway::DocumentationPart |
AWS::ApiGateway::RestApi |
AWS::ApiGateway::VpcLink |
AWS::ApiGatewayV2::Api |
AWS::ApiGatewayV2::ApiGatewayManagedOverrides |
AWS::ApiGatewayV2::ApiMapping |
AWS::ApiGatewayV2::Authorizer |
AWS::ApiGatewayV2::Deployment |
AWS::ApiGatewayV2::DomainName |
AWS::ApiGatewayV2::Integration |
AWS::ApiGatewayV2::IntegrationResponse |
AWS::ApiGatewayV2::Model |
AWS::ApiGatewayV2::Route |
AWS::ApiGatewayV2::RouteResponse |
AWS::ApiGatewayV2::Stage |
AWS::ApiGatewayV2::VpcLink |
AWS::AppConfig::Application |
AWS::AppConfig::ConfigurationProfile |
AWS::AppConfig::Deployment |
AWS::AppConfig::DeploymentStrategy |
AWS::AppConfig::Environment |
AWS::AppConfig::HostedConfigurationVersion |
AWS::AppMesh::GatewayRoute |
AWS::AppMesh::Mesh |
AWS::AppMesh::Route |
AWS::AppMesh::VirtualGateway |
AWS::AppMesh::VirtualNode |
AWS::AppMesh::VirtualRouter |
AWS::AppMesh::VirtualService |
AWS::AppStream::DirectoryConfig |
AWS::AppStream::Fleet |
AWS::AppStream::ImageBuilder |
AWS::AppStream::Stack |
AWS::AppStream::StackFleetAssociation |
AWS::AppStream::StackUserAssociation |
AWS::AppStream::User |
AWS::AppSync::ApiCache |
AWS::AppSync::ApiKey |
AWS::AppSync::DataSource |
AWS::AppSync::FunctionConfiguration |
AWS::AppSync::GraphQLApi |
AWS::AppSync::GraphQLSchema |
AWS::AppSync::Resolver |
AWS::ApplicationAutoScaling::ScalableTarget |
AWS::ApplicationAutoScaling::ScalingPolicy |
AWS::AutoScaling::AutoScalingGroup |
AWS::AutoScaling::ScalingPolicy |
AWS::AutoScaling::ScheduledAction |
AWS::AutoScalingPlans::ScalingPlan |
AWS::Batch::JobDefinition |
AWS::Budgets::Budget |
AWS::CertificateManager::Certificate |
AWS::Cloud9::EnvironmentEC2 |
AWS::CloudFormation::CustomResource |
AWS::CloudFormation::Macro |
AWS::CloudFormation::Stack |
AWS::CloudFormation::WaitCondition |
AWS::CloudFormation::WaitConditionHandle |
AWS::CloudFront::StreamingDistribution |
AWS::CloudWatch::Alarm |
AWS::CloudWatch::AnomalyDetector |
AWS::CloudWatch::Dashboard |
AWS::CloudWatch::InsightRule |
AWS::CodeStar::GitHubRepository |
AWS::Cognito::IdentityPool |
AWS::Cognito::IdentityPoolRoleAttachment |
AWS::Cognito::UserPool |
AWS::Cognito::UserPoolClient |
AWS::Cognito::UserPoolDomain |
AWS::Cognito::UserPoolGroup |
AWS::Cognito::UserPoolIdentityProvider |
AWS::Cognito::UserPoolResourceServer |
AWS::Cognito::UserPoolRiskConfigurationAttachment |
AWS::Cognito::UserPoolUICustomizationAttachment |
AWS::Cognito::UserPoolUser |
AWS::Cognito::UserPoolUserToGroupAttachment |
AWS::Config::ConfigRule |
AWS::Config::ConfigurationRecorder |
AWS::Config::DeliveryChannel |
AWS::Config::OrganizationConfigRule |
AWS::Config::RemediationConfiguration |
AWS::DAX::Cluster |
AWS::DAX::ParameterGroup |
AWS::DAX::SubnetGroup |
AWS::DLM::LifecyclePolicy |
AWS::DMS::Certificate |
AWS::DMS::Endpoint |
AWS::DMS::EventSubscription |
AWS::DMS::ReplicationInstance |
AWS::DMS::ReplicationSubnetGroup |
AWS::DMS::ReplicationTask |
FAQs
Generates an IAM policy for the CloudFormation base describe-type's schema
We found that cfngiam demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.