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 configure the set password policy for users in grafana #12257

Closed
jenningsloy318 opened this issue Jun 13, 2018 · 7 comments
Closed

Add configure the set password policy for users in grafana #12257

jenningsloy318 opened this issue Jun 13, 2018 · 7 comments

Comments

@jenningsloy318
Copy link

Please include this information:

What Grafana version are you using?

Grafana v5.0.4

What datasource are you using?

prometheus

What OS are you running grafana on?

Centos 7.4

Can you guys add a configuration to set the password policy for the password, right now there is no such item in grafana.ini, as our tested, we can even set the password with just one character, it is very weak password policy.

@jenningsloy318
Copy link
Author

@daniellee do we have any updates on this ?

@daniellee
Copy link
Contributor

@jenningsloy318 we are discussing this for the next major Grafana release. Not sure if we will solve it with being able to set a custom password policy though.

@jotdeh
Copy link

jotdeh commented Dec 21, 2018

@jenningsloy318 we are discussing this for the next major Grafana release. Not sure if we will solve it with being able to set a custom password policy though.

Is this still being planned?
Being able to choose from two or three hard-coded policies would be a nice start.
For example

Policy "strong"
a) Are a minimum number of characters in length (more than 14 characters)
b) Differ from their associated UserIDs
c) Are not made up of all numeric or alpha characters (i.e. passwords contain a combination of at least one alpha character, numeric character and special character)
d) Are changed regularly and more frequently for service accounts for users with special access privileges (e.g. every 40 days for privileged accounts or 100 days for regular account)."

Policy "easy"
a) Are a minimum number of characters in length (more than 8 characters)
b) Differ from their associated UserIDs

Policy "any"
no requirements

@lm123
Copy link

lm123 commented Feb 11, 2019

Which the next major Grafana release will contain such enhancement?
We would like to support password enhancement as following:
blacklist common words/passwords
Can it also be considered?

@marefr
Copy link
Member

marefr commented Feb 11, 2019

In our current roadmap we have no plans of doing something for this. Our current recommendation is to use OAuth, LDAP or Auth proxy to enforce password policies/blacklist common passwords.

If you're interested in contributing something I would recommend that you open a PR early which will increase of the PR eventually being merged.

@grafanabot
Copy link
Contributor

This feature request has been open for a long time with few received upvotes or comments, so we are closing it. We're trying to limit open GitHub issues in order to better track planned work and features.

This doesn't mean that we'll never ever implement it or that we will never accept a PR for it. A closed issue can still attract upvotes and act as a ticket to track feature demand/interest.

Thank You to you for taking the time to create this issue!

@mvalletta
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants