Bug #6297
closedDisplay UUIDs in rudder web interface in lowercase so they can be used directly.
Description
UUID are displayed in uppercase in Rudder but they are stored in lowercase so making requests with uppercase ids does not work.
This is very confusing for users and has broken many scripts in the past ( note-to-relay.sh ) AND is make API unusable, since the displayed ID is not the one to actually use in API.
We should use always use lowercase uuid
Updated by Dennis Cabooter over 9 years ago
Or always uppercase and being stored in uppercase ^^
Updated by François ARMAND over 9 years ago
- Subject changed from Display UUIDs in rudder web interface in lowercase to Display UUIDs in rudder web interface in lowercase so that API can be used.
- Description updated (diff)
- Status changed from New to In progress
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND over 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/834
https://github.com/Normation/rudder/pull/834
Do we really want to make it in 2.10 ? Won't it break some external scripts ? (it should not, it's only displaying...)
Updated by François ARMAND over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 1140aec43520dc61e731fa9ec30c93fd0301ee8f.
Updated by Vincent MEMBRÉ over 9 years ago
Applied in changeset cd1003e3dbab85a06942bedb8788556167f822b6.
Updated by Vincent MEMBRÉ over 9 years ago
There is no script we use that use the uppercase value ... we always have to transform the uuid to lowercase.
Having uppercase ids is always a problem
Updated by Vincent MEMBRÉ over 9 years ago
- Subject changed from Display UUIDs in rudder web interface in lowercase so that API can be used. to Display UUIDs in rudder web interface in lowercase so they can be used directly.
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released