-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
guide/ocp-creds: exploring credentials requests vs required
Exploring Credential Requests (CCO Manifest/objects) versus credentials required through API calls on Cloud Providers on AWS and Azure.
- Loading branch information
Showing
8 changed files
with
2,084 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
date: 2024-09-16 | ||
authors: [mtulio] | ||
description: > | ||
Explore the Cloud Credentials required by OKD | ||
categories: | ||
- Kubernetes | ||
- OpenShift | ||
- OpenShift/installation | ||
- OpenShift/identity | ||
- cloud/AWS | ||
Tags: | ||
- Kubernetes | ||
- OpenShift | ||
- OpenShift/installation | ||
- OpenShift/identity | ||
- cloud/AWS | ||
--- | ||
|
||
# Explore the cloud credentials required by OKD on AWS | ||
|
||
Are you interested to fine grant cloud Credentials provided to | ||
OKD components when deploying a cluster on AWS? | ||
|
||
This guide will walk through how you can track the **required** | ||
API calls to AWS services, compile it and compare with **requested** | ||
by components. | ||
|
||
At the end of this exploration will be able to fine grant the IAM permissions | ||
granted for different components, such as IAM Role or IAM User used by | ||
`openshift-installer` or cluster components. | ||
|
||
Keep reading in ["OCP on AWS | Experiment | Explore Cloud permissions requested and required"][guide] | ||
|
||
[guide]: ../guides/ocp-aws-perms-track-cloudtrail.md |
Oops, something went wrong.