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

implement credential creation with the chart #3

Open
zackbradys opened this issue Nov 28, 2023 · 2 comments
Open

implement credential creation with the chart #3

zackbradys opened this issue Nov 28, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@zackbradys
Copy link
Member

For Cloud Credentials Auth/Creds:

# or create cloud credential secret:
  # createCloudCredentialAWS:
    # enabled: false
    # name: aws-creds
    # accessKey:
    # secretKey:
    # region:
  # createCloudCredentialAzure:
    # enabled: false
    # name: azure-creds
    # clientId:
    # clientSecret:
    # subscriptionId:
    # tenantId:
    # cloud:
  # createCloudCredentialDigitalOcean:
    # enabled: false
    # name: digitalocean-creds
    # token:
  # createCloudCredentialHarvester:
    # enabled: false
    # name: harvester-creds
    # token:
  # createCloudCredentialVsphere:
    # enabled: false
    # name: vsphere-creds
    # server:
    # username:
    # password:
    # port:

For Registry Auth/Creds:

      # createRegistryAuth:
        # enabled: false
        # name: registry-creds
        # username:
        # password:
@bcdurden
Copy link

bcdurden commented Apr 3, 2024

I am pretty certain this is not possible with Harvester unless a kubeconfig is given as an input parameter. AWS/Azure should be easy

@zackbradys
Copy link
Member Author

zackbradys commented Apr 16, 2024

we will need to work on how this information is presented to users in the values.yaml, but true about harvester. it will be a bit complex to make it work seamlessly for each cloud provider

@zackbradys zackbradys self-assigned this Apr 16, 2024
@zackbradys zackbradys added enhancement New feature or request help wanted Extra attention is needed labels Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants