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 API to change authentication settings in config file #4667

Closed
webvictim opened this issue Oct 30, 2020 · 3 comments
Closed

Add API to change authentication settings in config file #4667

webvictim opened this issue Oct 30, 2020 · 3 comments
Labels

Comments

@webvictim
Copy link
Contributor

Feature Request

Add an API to change the following authentication settings in the Teleport config file:

  1. Default authentication type (can be local, github, saml or oidc):
auth_service:
  authentication:
    type: github
  1. Two-factor method used (can be off, otp or u2f):
auth_service:
  authentication:
    second_factor: u2f

(for u2f we also probably need to automatically infer the app_id and facets from the proxy_service.public_addr, or provide a way to set these as well):

auth_service:
  authentication:
    second_factor: u2f
    u2f:
      app_id: https://teleport.example.com:3080
      facets:
      - teleport.example.com:3080
      - https://teleport.example.com:3080
  1. Whether local auth is allowed or not (can be true or false):
auth_service:
  authentication:
    local_auth: true

Who's it for?

Programmatic users of Teleport

@benarent
Copy link
Contributor

We should also consider #1929 while working on this.

@webvictim
Copy link
Contributor Author

💯 , multiple U2F keys is a must-have.

@zmb3
Copy link
Collaborator

zmb3 commented Jul 24, 2022

This is obsolete now that we have dynamic configuration for the cluster auth preference.

@zmb3 zmb3 closed this as completed Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants