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

EKS Cluster Source #19

Open
ribeiro-rodrigo opened this issue Jan 8, 2021 · 0 comments
Open

EKS Cluster Source #19

ribeiro-rodrigo opened this issue Jan 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@ribeiro-rodrigo
Copy link
Contributor

The purpose of this task is to implement support for the origin of the EKS (Elastic Kubernetes Service) cluster.

Access information as a service account token will be passed on to the secret that the cluster source must know how to read.

The custom resource that contains the EKS source cluster should look like this:

  source:
    secretName: eks-secret
    eks:
      tags: {}
      ignore:
        - cluster1
        - cluster2
        - cluster3 

The rules for reading the secret performed by the cluster source must follow the requirements specified in issue #4

@ribeiro-rodrigo ribeiro-rodrigo added the enhancement New feature or request label Jan 8, 2021
@ribeiro-rodrigo ribeiro-rodrigo added this to the v1.0.0 milestone Jan 8, 2021
@diegodamato diegodamato self-assigned this Feb 18, 2021
@ribeiro-rodrigo ribeiro-rodrigo modified the milestones: v1.0.0, v1.1.0 Mar 13, 2021
@ribeiro-rodrigo ribeiro-rodrigo modified the milestones: v1.1.0, v0.6.0 Mar 30, 2021
@ribeiro-rodrigo ribeiro-rodrigo modified the milestones: v0.6.0, v0.7.0 Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Enforcement
Awaiting triage
Development

No branches or pull requests

2 participants