Project

General

Profile

Actions

User story #2862

closed

rudder-users.xml : better example

Added by Francois BAYART over 11 years ago. Updated over 11 years ago.

Status:
Released
Priority:
2
Category:
Documentation
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

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"

Actions #1

Updated by Francois BAYART over 11 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.

Actions #2

Updated by Jonathan CLARKE over 11 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?

Actions #3

Updated by Vincent MEMBRÉ over 11 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.

Actions #4

Updated by Jonathan CLARKE over 11 years ago

  • Tracker changed from Question to User story
Actions #5

Updated by Vincent MEMBRÉ over 11 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.

Actions #6

Updated by Vincent MEMBRÉ over 11 years ago

  • Tracker changed from Question to User story
  • Status changed from 2 to In progress
Actions #7

Updated by Francois BAYART over 11 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.

Actions #8

Updated by Vincent MEMBRÉ over 11 years ago

  • Status changed from In progress to Pending technical review
  • % Done changed from 0 to 100
Actions #9

Updated by Vincent MEMBRÉ over 11 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

Actions #10

Updated by Jonathan CLARKE over 11 years ago

  • Status changed from Discussion to Released
Actions #11

Updated by Nicolas PERRON over 11 years ago

  • Target version changed from 2.4.0~rc1 to 2.4.0~beta5
Actions

Also available in: Atom PDF