|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | 3 | <dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/7.3.0/dds_security_permissions.xsd"> |
| 4 | + xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/7.7.0/dds_security_permissions.xsd"> |
5 | 5 | <permissions> |
6 | 6 | <grant name="CrlParticipantA"> |
7 | 7 | <subject_name>C = US, ST = CA, L = Santa Clara, O = Real Time Innovations, emailAddress = ecdsa01ParticipantA@rti.com, CN = Crl Participant A</subject_name> |
8 | 8 | <validity> |
9 | 9 | <!-- Format is CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] in GMT --> |
10 | | - <not_before>2014-06-01T13:00:00</not_before> |
11 | | - <not_after>2037-06-01T13:00:00</not_after> |
| 10 | + <not_before>2026-01-01T13:00:00</not_before> |
| 11 | + <not_after>2046-01-01T13:00:00</not_after> |
12 | 12 | </validity> |
13 | 13 | <default>ALLOW</default> |
14 | 14 | </grant> |
15 | 15 | <grant name="CrlParticipantB"> |
16 | 16 | <subject_name>C = US, ST = CA, L = Santa Clara, O = Real Time Innovations, emailAddress = ecdsa01ParticipantB@rti.com, CN = Crl Participant B</subject_name> |
17 | 17 | <validity> |
18 | 18 | <!-- Format is CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] in GMT --> |
19 | | - <not_before>2014-06-01T13:00:00</not_before> |
20 | | - <not_after>2037-06-01T13:00:00</not_after> |
| 19 | + <not_before>2026-01-01T13:00:00</not_before> |
| 20 | + <not_after>2046-01-01T13:00:00</not_after> |
21 | 21 | </validity> |
22 | 22 | <default>ALLOW</default> |
23 | 23 | </grant> |
24 | 24 | <grant name="CrlParticipantM"> |
25 | 25 | <subject_name>C = US, ST = CA, L = Santa Clara, O = Real Time Innovations, emailAddress = ecdsa01ParticipantM@rti.com, CN = Crl Participant M</subject_name> |
26 | 26 | <validity> |
27 | 27 | <!-- Format is CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] in GMT --> |
28 | | - <not_before>2014-06-01T13:00:00</not_before> |
29 | | - <not_after>2037-06-01T13:00:00</not_after> |
| 28 | + <not_before>2026-01-01T13:00:00</not_before> |
| 29 | + <not_after>2046-01-01T13:00:00</not_after> |
30 | 30 | </validity> |
31 | | - <default>ALLOW</default> |
| 31 | + <allow_rule> |
| 32 | + <domains> |
| 33 | + <id_range> |
| 34 | + <!-- |
| 35 | + The default domain id for observability is 101. |
| 36 | + However, the user can change the domain id used for |
| 37 | + observability. We use a range here so that there is no |
| 38 | + need to modify the Permissions Document in that |
| 39 | + scenario. |
| 40 | + --> |
| 41 | + <min>0</min> |
| 42 | + </id_range> |
| 43 | + <tag>RTI_o11y</tag> |
| 44 | + </domains> |
| 45 | + <subscribe_monitoring>ALL</subscribe_monitoring> |
| 46 | + </allow_rule> |
| 47 | + <default>DENY</default> |
32 | 48 | </grant> |
33 | 49 | </permissions> |
34 | 50 | </dds> |
0 commit comments