CID-2585 Federation documentation update - YAML to XML - #69
Conversation
nikhil09541
commented
Aug 18, 2020
- Update the Federation documents with XML mapping policy in addition to YAML.
- Update the docs with the correct XML mapping policy format which is accepted by CI and is logically correct which is accepted by Repose.
- Remove the existing XML formats in docs which are not logically/syntactically correct.
|
Build 149 was successful. Staging content Preview!. valid for 14 days |
|
Build 150 was successful. Staging content Preview!. valid for 14 days |
|
This code block looks broken: https://developer-revs.staging.deconst.org/build-c93d73404/docs/rackspace-federation/config-attribute-mapping/required-mapping/ Also its unusual for me to see XML without indentation, any reason why there is no indentation for the XML? |
| 9 <roles value="{0}"/> | ||
| 10 <expire value="PT12H"/> | ||
| 11 </user> | ||
| 12 <aws><iamPolicies:*>arn:aws:iam::aws:policy/job-function/ViewOnlyAccess</iamPolicies:*><iamPolicies:123456789012>arn:aws:iam::aws:policy/AdministratorAccess</iamPolicies:123456789012> multiValue="true"/></aws> |
There was a problem hiding this comment.
For some reason there are a few examples on this page not picking up syntax highlighting:
https://developer-revs.staging.deconst.org/build-c93d73404/docs/rackspace-federation/config-attribute-mapping/faws-mapping/
In docs the format if we give indendation it treats that a wrong syntax and gives error like : 'D0000: Unexpected intend given on line :312' |

