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

Add support to run in local mode using gcp, azure, etc auth providers. #1730

Closed
camilamacedo86 opened this issue Oct 19, 2020 · 2 comments · Fixed by #1742
Closed

Add support to run in local mode using gcp, azure, etc auth providers. #1730

camilamacedo86 opened this issue Oct 19, 2020 · 2 comments · Fixed by #1742
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@camilamacedo86
Copy link
Member

camilamacedo86 commented Oct 19, 2020

What do you want to happen?

Add the following in the main.go:

https://github.com/operator-framework/operator-sdk/blob/4054b5f044bbb87e452428f5df6a5be747c552b8/cmd/operator-sdk/main.go#L18-L20

If we confirm that users are unable to run projects locally (make run) in some clusters such as Azure, GCP, OIDC, etc.

Is there currently another issue associated with this?
Motivated by discussion over operator-framework/operator-sdk#4059 in the SDK bug triage meeting

Notes

  • Add the scaffold changes only for v3+ (kubebuilder/pkg/plugin/v3/)
  • Then, do not forget to run make generate to update the testdata dir.
  • Also, ensure that the change was scaffolded in the files (testdata dir)
  • Note that we have already _ "k8s.io/client-go/plugin/pkg/client/auth/gcp":
    _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
    . So, it can be replaced for this suggestion.

/kind feature

@camilamacedo86 camilamacedo86 added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 19, 2020
@camilamacedo86 camilamacedo86 modified the milestones: v3.0.0, v3+ plugin Oct 19, 2020
@prafull01
Copy link
Contributor

/assign

@camilamacedo86
Copy link
Member Author

camilamacedo86 commented Oct 20, 2020

The user in operator-framework/operator-sdk#4059 confirmed that the project is working in the GKE when he runs tthe project locally.
So, before we do it we need to be sure that users are unable to run the projects in the cluster such as Azure, GCP, OIDC, etc. We need to be check if it is really required first at all.

@camilamacedo86 camilamacedo86 added kind/support Categorizes issue or PR as a support question. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. triage/needs-information Indicates an issue needs more information in order to work on it. triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it. labels Oct 20, 2020
@camilamacedo86 camilamacedo86 added this to the next milestone Oct 20, 2020
@camilamacedo86 camilamacedo86 added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants