Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-iam
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-iam
Commits
8d221c43
Commit
8d221c43
authored
Jun 10, 2020
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated formatting
parent
e47ee047
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main.tf
examples/iam-assumable-role-with-oidc/main.tf
+1
-1
README.md
modules/iam-assumable-role-with-oidc/README.md
+2
-2
No files found.
examples/iam-assumable-role-with-oidc/main.tf
View file @
8d221c43
...
...
@@ -22,5 +22,5 @@ module "iam_assumable_role_admin" {
"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy"
,
]
oidc_fully_qualified_subjects
=
[
"system:serviceaccount:default:sa1"
,
"system:serviceaccount:default:sa2"
]
oidc_fully_qualified_subjects
=
[
"system:serviceaccount:default:sa1"
,
"system:serviceaccount:default:sa2"
]
}
modules/iam-assumable-role-with-oidc/README.md
View file @
8d221c43
...
...
@@ -28,8 +28,8 @@ This module supports IAM Roles for kubernetes service accounts as described in t
| create
\_
role | Whether to create a role |
`bool`
|
`false`
| no |
| force
\_
detach
\_
policies | Whether policies should be detached from this role when destroying |
`bool`
|
`false`
| no |
| max
\_
session
\_
duration | Maximum CLI/API session duration in seconds between 3600 and 43200 |
`number`
|
`3600`
| no |
| oidc
\_
fully
\_
qualified
\_
subjects | The fully qualified OIDC subjects to be added to the role policy |
`
lis
t(string)`
|
`[]`
| no |
| oidc
\_
subjects
\_
with
\_
wildcards | The OIDC subject using wildcards to be added to the role policy |
`
lis
t(string)`
|
`[]`
| no |
| oidc
\_
fully
\_
qualified
\_
subjects | The fully qualified OIDC subjects to be added to the role policy |
`
se
t(string)`
|
`[]`
| no |
| oidc
\_
subjects
\_
with
\_
wildcards | The OIDC subject using wildcards to be added to the role policy |
`
se
t(string)`
|
`[]`
| no |
| provider
\_
url | URL of the OIDC Provider |
`string`
| n/a | yes |
| role
\_
name | IAM role name |
`string`
|
`""`
| no |
| role
\_
path | Path of IAM role |
`string`
|
`"/"`
| no |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment