| 514 | Finally, in order to grant access to our files you need to add something like this in your `esgf_policies_local.xml` file. |
| 515 | |
| 516 | {{{ |
| 517 | <policy resource=".*CORDEX.*" attribute_type="ANY" attribute_value="" action="Read"/> |
| 518 | }}} |
| 519 | |
| 520 | In production it will probably be something like this, as you need the users to be registered to a CORDEX group. |
| 521 | {{{ |
| 522 | <policy resource=".*CORDEX.*" attribute_type="CORDEX_Research" attribute_value="user" action="Read"/> |
| 523 | <policy resource=".*CORDEX.*" attribute_type="CORDEX_Research" attribute_value="default" action="Read"/> |
| 524 | <policy resource=".*CORDEX.*" attribute_type="CORDEX_Commercial" attribute_value="user" action="Read"/> |
| 525 | <policy resource=".*CORDEX.*" attribute_type="CORDEX_Commercial" attribute_value="default" action="Read"/> |
| 526 | }}} |