User story #2862
closedrudder-users.xml : better example
Description
It will be fine if you include the same examples in rudder-users.xml as in your online documentation for custom authorizations.
i.e. this line :
<user name="custom" password="custom" role="node_read,node_write,configuration_read,rule_read,rule_edit,directive_read,technique_read"
Updated by Francois BAYART about 12 years ago
and I'm not sure but I think the default file (not mine) rudder-users.xml contain hashed password after the upgrade but the <authorication> tag is without hash=md5 or another hash type.
Updated by Jonathan CLARKE about 12 years ago
- Tracker changed from Question to User story
- Category set to Documentation
- Status changed from New to 2
- Assignee set to Vincent MEMBRÉ
- Priority changed from N/A to 2
- Target version changed from 18 to 2.4.0~rc1
Vincent, can you look into this please?
Updated by Vincent MEMBRÉ about 12 years ago
- Tracker changed from User story to Question
You're right, rudder-users.xml needs more examples.
I'm going to add some more.
Besides, default users password should not be hashed, I'll look into this.
Updated by Jonathan CLARKE about 12 years ago
- Tracker changed from Question to User story
Updated by Vincent MEMBRÉ about 12 years ago
- Tracker changed from User story to Question
- Assignee changed from Vincent MEMBRÉ to Francois BAYART
I completed documentation in rudder-users.xml.
I can't reproduce the case you reported about hashed passwords.
Here's what you should have in rudder-users.xml (and what i got after several migration) :
<authentication> <user name="jon.doe" password="secret" role="administrator" /> <user name="alex.bar" password="secret2" role="read_only"/> (documentation) </authentication>
So instead of "secret" and "secret2" you got hashed passwords and attribute hash not determined??
Have you modified rudder-users before migrating ?
default rudder-users.xml should not be different from what i got.
Updated by Vincent MEMBRÉ about 12 years ago
- Tracker changed from Question to User story
- Status changed from 2 to In progress
Updated by Francois BAYART about 12 years ago
I can't reproduce the case you reported about hashed passwords.
May be I become crazy with Rudder you know.
Have you modified rudder-users before migrating ?
yes
It's ok for me.
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset e0ce3c2ca386be9a504c474674bb6f0beeaed451.
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from Pending technical review to Discussion
- % Done changed from 100 to 50
wrong ticket number in last commit. this is for ticket #2865
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Discussion to Released
Updated by Nicolas PERRON about 12 years ago
- Target version changed from 2.4.0~rc1 to 2.4.0~beta5