Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
some-ci committed Oct 8, 2024
1 parent 7c718d0 commit 7f6317f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
43 changes: 43 additions & 0 deletions iam/aws/FixCollect.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"athena:ListTagsForResource",
"athena:ListWorkGroups",
"autoscaling:DescribeAutoScalingGroups",
"backup:GetBackupVaultAccessPolicy",
"backup:ListBackupJobs",
"backup:ListBackupPlans",
"backup:ListBackupVaults",
Expand All @@ -26,6 +27,28 @@
"backup:ListRestoreJobs",
"backup:ListRestoreTestingPlans",
"backup:ListTags",
"bedrock-agent:GetAgent",
"bedrock-agent:GetAgentVersion",
"bedrock-agent:GetFlow",
"bedrock-agent:GetFlowVersion",
"bedrock-agent:GetKnowledgeBase",
"bedrock-agent:GetPrompt",
"bedrock-agent:ListAgents",
"bedrock-agent:ListFlows",
"bedrock-agent:ListKnowledgeBases",
"bedrock-agent:ListPrompts",
"bedrock-agent:ListTagsForResource",
"bedrock:GetCustomModel",
"bedrock:GetEvaluationJob",
"bedrock:GetGuardrail",
"bedrock:GetModelCustomizationJob",
"bedrock:ListCustomModels",
"bedrock:ListEvaluationJobs",
"bedrock:ListFoundationModels",
"bedrock:ListGuardrails",
"bedrock:ListModelCustomizationJobs",
"bedrock:ListProvisionedModelThroughputs",
"bedrock:ListTagsForResource",
"cloudformation:DescribeStacks",
"cloudformation:ListStackInstances",
"cloudformation:ListStackResources",
Expand All @@ -51,6 +74,7 @@
"cloudtrail:ListTags",
"cloudtrail:ListTrails",
"cloudwatch:DescribeAlarms",
"cloudwatch:DescribeResourcePolicies",
"cloudwatch:GetMetricData",
"cognito-idp:ListGroups",
"cognito-idp:ListTagsForResource",
Expand All @@ -61,6 +85,7 @@
"dynamodb:DescribeContinuousBackups",
"dynamodb:DescribeGlobalTable",
"dynamodb:DescribeTable",
"dynamodb:GetResourcePolicy",
"dynamodb:ListGlobalTables",
"dynamodb:ListTables",
"dynamodb:ListTagsOfResource",
Expand Down Expand Up @@ -89,6 +114,7 @@
"ecr-public:DescribeRepositories",
"ecr:DescribeRepositories",
"ecr:GetLifecyclePolicy",
"ecr:GetRepositoryPolicy",
"ecs:DescribeCapacityProviders",
"ecs:DescribeClusters",
"ecs:DescribeContainerInstances",
Expand Down Expand Up @@ -135,6 +161,7 @@
"iam:ListInstanceProfiles",
"iam:ListServerCertificates",
"kinesis:DescribeStream",
"kinesis:GetResourcePolicy",
"kinesis:ListStreams",
"kinesis:ListTagsForStream",
"kms:DescribeKey",
Expand All @@ -152,6 +179,20 @@
"opensearch:ListDomainNames",
"organizations:ListAccounts",
"pricing:GetProducts",
"qapps:ListLibraryItems",
"qapps:ListQApps",
"qapps:ListTagsForResource",
"qbusiness:ListApplications",
"qbusiness:ListConversations",
"qbusiness:ListDataSourceSyncJobs",
"qbusiness:ListDataSources",
"qbusiness:ListDocuments",
"qbusiness:ListIndices",
"qbusiness:ListMessages",
"qbusiness:ListPlugins",
"qbusiness:ListRetrievers",
"qbusiness:ListTagsForResource",
"qbusiness:ListWebExperiences",
"rds:DescribeDbClusterSnapshots",
"rds:DescribeDbClusters",
"rds:DescribeDbInstances",
Expand All @@ -164,6 +205,7 @@
"route53:ListTagsForResource",
"s3:GetAccountPublicAccessBlock",
"s3:GetBucketAcl",
"s3:GetBucketLifecycleConfiguration",
"s3:GetBucketLocation",
"s3:GetBucketLogging",
"s3:GetBucketPolicy",
Expand Down Expand Up @@ -213,6 +255,7 @@
"sagemaker:ListTrials",
"sagemaker:ListUserProfiles",
"sagemaker:ListWorkteams",
"secretsmanager:GetResourcePolicy",
"secretsmanager:ListSecrets",
"servicequotas:ListServiceQuotas",
"sns:GetPlatformApplicationAttributes",
Expand Down
16 changes: 16 additions & 0 deletions iam/gcp/fix_access.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
"description": "Permissions required to collect resources.",
"stage": "GA",
"includedPermissions": [
"aiplatform.projects.locations.batchPredictionJobs.list",
"aiplatform.projects.locations.customJobs.list",
"aiplatform.projects.locations.datasets.list",
"aiplatform.projects.locations.endpoints.list",
"aiplatform.projects.locations.featureGroups.list",
"aiplatform.projects.locations.featurestores.list",
"aiplatform.projects.locations.hyperparameterTuningJobs.list",
"aiplatform.projects.locations.indexEndpoints.list",
"aiplatform.projects.locations.indexes.list",
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.list",
"aiplatform.projects.locations.models.list",
"aiplatform.projects.locations.pipelineJobs.list",
"aiplatform.projects.locations.schedules.list",
"aiplatform.projects.locations.tensorboards.list",
"aiplatform.projects.locations.trainingPipelines.list",
"aiplatform.projects.locations.tuningJobs.list",
"cloudsql.backupRuns.list",
"cloudsql.databases.list",
"cloudsql.instances.get",
Expand Down

0 comments on commit 7f6317f

Please sign in to comment.