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

Enable authenticated search from Kiota #1983

Closed
darrelmiller opened this issue Nov 18, 2022 · 0 comments · Fixed by #1991
Closed

Enable authenticated search from Kiota #1983

darrelmiller opened this issue Nov 18, 2022 · 0 comments · Fixed by #1991
Assignees
Labels
enhancement New feature or request generator Issues or improvements relater to generation capabilities.

Comments

@darrelmiller
Copy link
Member

darrelmiller commented Nov 18, 2022

This will allow us to allow finding APIs advertised via the Topic in private GitHub repos.

Option 1:

Using the GitHub CLI to login to GitHub and then transparently allow Kiota to reuse that sign in context.
This will not work for Kiota web. We would need to provide a login redirect to GitHub.

Option 2

Add explicit sign-in to Kiota CLI

kiota login github  // This enables searching through private/internal GitHub repos for OpenAPI descriptions.
@darrelmiller darrelmiller added the enhancement New feature or request label Nov 18, 2022
@baywet baywet added the generator Issues or improvements relater to generation capabilities. label Nov 18, 2022
@baywet baywet self-assigned this Nov 18, 2022
@baywet baywet added this to Kiota Nov 18, 2022
@baywet baywet moved this to Todo in Kiota Nov 18, 2022
@baywet baywet moved this from Todo to In Progress in Kiota Nov 22, 2022
Repository owner moved this from In Progress to Done in Kiota Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request generator Issues or improvements relater to generation capabilities.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants