Skip to content

Commit 3dc4d73

Browse files
authored
adding in missing olmconfig file (#7)
Issue #, if available: - Fixes: aws-controllers-k8s/community#1094 Description of changes: adding in the missing olmconfig file to the repo By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 1b2d711 commit 3dc4d73

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

olm/olmconfig.yaml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
annotations:
3+
capabilityLevel: Basic Install
4+
shortDescription: AWS IAM controller is a service controller for managing IAM resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon IAM
7+
description: |-
8+
Manage Identity and Access Management (IAM) resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon IAM**
12+
13+
14+
AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.
15+
16+
17+
**About the AWS Controllers for Kubernetes**
18+
19+
20+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com./aws/aws-controllers-k8s)
21+
project. This project is currently in **developer preview**.
22+
23+
24+
**Pre-Installation Steps**
25+
26+
27+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
28+
samples:
29+
- kind: Policy
30+
spec: '{}'
31+
- kind: Role
32+
spec: '{}'
33+
maintainers:
34+
- name: "iam maintainer team"
35+
36+
links:
37+
- name: Amazon IAM Developer Resources
38+
url: https://aws.amazon.com/iam/resources/

0 commit comments

Comments
 (0)