Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dependency for ocm and aws #667

Conversation

pvasant
Copy link
Contributor

@pvasant pvasant commented Apr 4, 2022

No description provided.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 4, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pvasant

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 4, 2022
@@ -1758,7 +1758,16 @@ func run(cmd *cobra.Command, _ []string) {
reporter.Infof("To view a list of clusters and their status, run 'rosa list clusters'")
}

_, err = ocmClient.CreateCluster(clusterConfig)
// Create the access key for the AWS user:
awsAccessKey, err := awsClient.GetAWSAccessKeys()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is going to cause #637 to be unavoidable. Previously STS mode avoided a code path that upserted the credentials. ocm usage with osdCCSadmin then breaks because it depends on those credentials and they need rotating again to actually get them for use.

@pvasant pvasant force-pushed the removecirculardependencyforocmandawspackage branch from 9acba6f to 0436cd0 Compare April 4, 2022 22:44
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 4, 2022

@pvasant: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/lint 0436cd0 link true /test lint

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@pvasant pvasant marked this pull request as draft April 5, 2022 19:24
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 5, 2022
@pvasant pvasant closed this Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants