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

Update CAPI secret mechanism to supported method #287

Closed
dtzar opened this issue Oct 16, 2023 · 2 comments
Closed

Update CAPI secret mechanism to supported method #287

dtzar opened this issue Oct 16, 2023 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@dtzar
Copy link

dtzar commented Oct 16, 2023

User Story

As a developer/user/operator I would like to ensure that the secret authentication method for CAPI is utilizing the current supported method.

Detailed Description
The current method the operator helm chart uses to install is the deprecated use of environment variables.

  1. clusterctl init
  2. create k8s secret with creds
  3. refer to the secret via AzureClusterIdentity ref in AzureCluster

Is the current supported way to authenticate and should be reflected by default in the installation process.

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 16, 2023
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If CAPI Operator contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 16, 2023
@alexander-demicev
Copy link
Contributor

@dtzar I followed CAPI quickstart guide and was able to deploy CAPZ with the operator. I think it should be good from the operator side, what users have to do is:

  1. Deploy operator with CAPZ as infra provider, no credentials secret required for it.
  2. Create a k8s secret to be used with AzureClusterIdentity.
  3. Create AzureClusterIdentity.
  4. Create AzureClusters that reference it.

@dtzar dtzar closed this as completed Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants