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

command_line authentication provider provisions all users with admin rights #82204

Closed
miko007 opened this issue Nov 16, 2022 · 1 comment
Closed
Labels

Comments

@miko007
Copy link

miko007 commented Nov 16, 2022

The problem

When a user is successfully authenticated by a command_line authentication provider, those users have administrative rights by default.

What version of Home Assistant Core has the issue?

core-2022.11.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Authentication Provider

Link to integration documentation on our website

https://www.home-assistant.io/docs/authentication/providers/

Diagnostics information

No response

Example YAML snippet

homeassistant:
  auth_providers:
    - type: command_line
      command: /some/authentication/script
      meta: true
    - type: homeassistant

Anything in the logs that might be useful for us?

No response

Additional information

No response

@github-actions github-actions bot added the stale label Dec 16, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2022
@wez
Copy link

wez commented Jan 3, 2023

I ran into this with my authelia script (authelia/authelia#4681). It would be great to allow the script to pass back group=Users to control the group membership

@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants