yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40399
[Bug 1507944] [NEW] Incorrect example in federated rules documentation
Public bug reported:
There is a major error in one of the examples in the mapping rules
documentation [0]
When mapping groups by names along with blacklist/whitelist keywords the
correct structure is:
"local": [
{
"groups": "{0}",
"domain": {
"id": DEVELOPER_GROUP_DOMAIN_ID
}
},
]
whereas one can find following in the documentation:
"local": [
{
"groups": {
"name": "{1}",
"domain": {
"id": "0cd5e9"
}
}
}
],
This should be fixed as soon as possible as uses following guidance will
fail with their setup.
[0] http://docs.openstack.org/developer/keystone/mapping_combinations.html
** Affects: keystone
Importance: Medium
Assignee: Marek Denis (marek-denis)
Status: New
** Tags: documentation federation
** Changed in: keystone
Importance: Undecided => Medium
** Changed in: keystone
Assignee: (unassigned) => Marek Denis (marek-denis)
** Tags added: documentation federation
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1507944
Title:
Incorrect example in federated rules documentation
Status in Keystone:
New
Bug description:
There is a major error in one of the examples in the mapping rules
documentation [0]
When mapping groups by names along with blacklist/whitelist keywords
the correct structure is:
"local": [
{
"groups": "{0}",
"domain": {
"id": DEVELOPER_GROUP_DOMAIN_ID
}
},
]
whereas one can find following in the documentation:
"local": [
{
"groups": {
"name": "{1}",
"domain": {
"id": "0cd5e9"
}
}
}
],
This should be fixed as soon as possible as uses following guidance
will fail with their setup.
[0] http://docs.openstack.org/developer/keystone/mapping_combinations.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1507944/+subscriptions
Follow ups