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 ability to use oath tokens for github authentication for the gitops parameters #1725

Closed
hgrant-ebsco opened this issue Jan 16, 2020 · 1 comment
Labels
area/gitops gitops related issues kind/feature New feature or request

Comments

@hgrant-ebsco
Copy link

Before creating a feature request, please search existing feature requests to see if you find a similar one. If there is a similar feature request please up-vote it and/or add your comments to it instead

Why do you want this feature?
As an organization, we rely soley on oath tokens for github authentication, and do not use ssh keys. The following command example does not appear to have a method to use anything other than SSH keys:
EKSCTL_EXPERIMENTAL=true \ eksctl enable repo \ --git-url [email protected]:example/my-eks-config \ --git-email [email protected] \ --cluster your-cluster-name \ --region your-cluster-region
Having to add an ssh key as a deploy key is cumbersome.

What feature/behavior/change do you want?
A clear and concise description of the change you would like to see in eksctl.

The command parameter --git-url [email protected]:example/my-eks-config needs to have the ability to pass credentials via https, using an oath token as an authentication option.

Do not hesitate, when appropriate, to share the exact commands or API you would like, and/or to share a diagram (e.g.: asciiflow.com): "a picture is worth a thousand words".

@hgrant-ebsco hgrant-ebsco added the kind/feature New feature or request label Jan 16, 2020
@martina-if martina-if added the area/gitops gitops related issues label Sep 15, 2020
@Callisto13
Copy link
Contributor

Closing due to #2963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gitops gitops related issues kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants