forked from Mirantis/compliance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.yaml
912 lines (864 loc) · 36.7 KB
/
component.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
documentation_complete: false
schema_version: 3.1.0
name: Authentication and Authorization Service (eNZi)
references:
- name: UCP Documentation
path: https://success.docker.com/KBase/Docker_Reference_Architecture%3A_Docker_Datacenter_Best_Practices_and_Design_Considerations#Identity_Management
type: URL
satisfies:
- control_key: AC-1
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, one can control which users and teams are allowed to create
and manipulate Docker Enterprise Edition resources. By default, no one
can make changes to the cluster. Permissions can be granted and
managed to enforce fine-grained access control. Supporting
documentation can found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/access-control/
- https://docs.docker.com/datacenter/dtr/2.3/guides/admin/manage-users/'
standard_key: NIST-800-53
- control_key: AC-2
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, an external identity management system (such as Microsoft''s
Active Directory or an LDAP endpoint) can be configured as mandated by
this control and can be integrated with Docker Enterprise Edition.
Supporting documentation can be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/external-auth/'
standard_key: NIST-800-53
- control_key: AC-2 (1)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, an external identity management system (such as Microsoft''s
Active Directory or an LDAP endpoint) can be configured as mandated by
this control and can be integrated with Docker Enterprise Edition.
Supporting documentation can be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/external-auth/'
standard_key: NIST-800-53
- control_key: AC-2 (2)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'Using Docker Enterprise Edition''s LDAP integration capabilities, one
can disable and/or remove temporary and emergency accounts in a
connected directory service (such as Active Directory) after an
organization-defined time period. When a user is removed from LDAP,
that user becomes inactive after the LDAP synchronization runs.
Supporting documentation can be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/external-auth/'
parameters:
- key: "AC-2(2)-1"
text: "Selection (removes or disables)"
- key: "AC-2(2)-2"
text: |
"FedRAMP requirement: no more than 30 days for temporary and emergency
account types"
standard_key: NIST-800-53
- control_key: AC-2 (3)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'Using Docker Enterprise Edition''s LDAP integration capabilities, one
can automatically disable inactive accounts in a connected directory
service (such as Active Directory). When a user is removed from LDAP,
that user becomes inactive after the LDAP synchronization runs.
Supporting documentation can be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/external-auth/'
parameters:
- key: "AC-2(3)"
text: |
"FedRAMP requirement: thirty-five (35) days for user accounts"
standard_key: NIST-800-53
- control_key: AC-2 (4)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'Docker Enterprise Edition logs various authentication and
authorization events to standard log files. One can configure Docker
Enterprise Edition to direct these event logs to a remote logging
service such as an Elasticsearch, Logstash and Kibana (ELK) stack and
subsequently alert on specific event types. When integrating Docker
Enterprise Edition with LDAP, one can refer the the directory
service''s logging mechanisms for auditing the events defined by this
control. Supporting documentation can be found at the following
resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/
- https://success.docker.com/Architecture/Docker_Reference_Architecture%3A_Docker_Logging_Design_and_Best_Practices'
parameters:
- key: "AC-2(4)"
text: |
"organization and/or service provider system owner"
standard_key: NIST-800-53
- control_key: AC-2 (5)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, Docker Enterprise Edition can be configured to enforce automated
session termination of users after an organization-defined time period
of inactivity. By default, the initial lifetime of a user''s session
is set to 72 hours and the renewal session for a user''s session is
set to 24 hours. These values can both be changed in the "Auth"
section of the "Admin Settings" in Universal Control Plane.'
parameters:
- key: "AC-2(5)"
text: |
"inactivity is anticipated to exceed fifteen (15) minutes"
standard_key: NIST-800-53
- control_key: AC-2 (7)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, Docker Enterprise Edition supports various levels of user
permissions and role-based access control enforcements. Administrator
users have permissions to: manage other Docker Enterprise Edition
users, manage Docker Trusted Registry repositories and settings, and
manage the Universal Control Plane and underlying Docker Swarm Mode
cluster. Supporting documentation can be found at the following
resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/access-control/
- https://success.docker.com/KBase/Docker_Reference_Architecture%3A_Docker_Datacenter_Best_Practices_and_Design_Considerations#Identity_Management
- https://success.docker.com/KBase/Docker_Reference_Architecture%3A_Securing_Docker_Datacenter_and_Security_Best_Practices#RBAC
- https://docs.docker.com/datacenter/dtr/2.3/guides/admin/manage-users/
- https://success.docker.com/KBase/Docker_Reference_Architecture%3A_Securing_Docker_Datacenter_and_Security_Best_Practices#Organizations_.E2.80.94_RBAC'
parameters:
- key: "AC-2(7)(c)"
text: |
"FedRAMP assignment: disables/revokes access within an
organization-specified timeframe"
standard_key: NIST-800-53
- control_key: AC-2 (9)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, users and/or groups synchronized to Docker Enterprise Edition
via LDAP can be configured at the directory service.'
parameters:
- key: "AC-2(9)"
text: |
"FedRAMP assignment: organization-defined need with justificatino
statement that explains why such accounts are necessary"
standard_key: NIST-800-53
- control_key: AC-2 (10)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'Users and/or groups synchronized to Docker Enterprise Edition via
LDAP can be configured at the directory service to ensure shared/group
account credentials are terminated when members leave the group.'
standard_key: NIST-800-53
- control_key: AC-2 (11)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'Information system accounts synchronized to Docker Enterprise Edition
via LDAP can be configured at the directory service to meet this
requirement as necessary.'
parameters:
- key: "AC-2(11)-1"
text: |
"customer-defined circumstances or usage conditions"
- key: "AC-2(11)-2"
text: |
"customer-defined accounts"
standard_key: NIST-800-53
- control_key: AC-2 (12)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, when Docker Enterprise Edition is configured for LDAP
integration, one can refer to the directory service''s existing
monitoring tools.'
parameters:
- key: "AC-2(12)(a)"
text: |
"customer-defined atypical use"
- key: "AC-2(12)(b)"
text: |
"at a minimum, the ISSO and/or similar role within the organization"
standard_key: NIST-800-53
- control_key: AC-2 (13)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'To assist the organization in meeting the requirements of this
control, users and/or groups synchronized to Docker Enterprise Edition
via LDAP can be managed at the directory service and disabled if
posing a significant risk.'
parameters:
- key: "AC-2(13)"
text: |
"one hour"
standard_key: NIST-800-53
- control_key: AC-3
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'One can control which users and teams can create and manipulate
Docker Enterprise Edition resources. By default, no one can make
changes to the cluster. Permissions can be granted and managed to
enforce fine-grained access control. The eNZi component facilitates
authorizations as dictated by the system''s administrators. Supporting
documentation can be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/access-control/'
standard_key: NIST-800-53
- control_key: AC-6 (9)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Docker Enterprise Edition logs privileged user events to standard log
files. One can configure Docker Enterprise Edition to direct these
event logs to a remote logging service such as an Elasticsearch,
Logstash and Kibana (ELK) stack and subsequently alert on specific
event types. When integrating Docker Enterprise Edition with LDAP, one
can refer the the directory service''s logging mechanisms for auditing
the events defined by this control. Supporting documentation regarding
logging and monitoring can be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/'
standard_key: NIST-800-53
- control_key: AC-7
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- key: a
text: |
'When Docker Enterprise Edition is integrated to a directory service
via LDAP, one can reference the functionality of the directory service
to configure the enforcement of a limit to the number of conesecutive
invalid logon attempts by a user during a specified time period.'
- key: b
text: |
'When Docker Enterprise Edition is integrated to a directory service
via LDAP, one can reference the functionality of the directory service
to configure he ability to automatically lock/disable an account for a
specified period of time after a consecutive invalid logon attempt
limit is reached.'
parameters:
- key: "AC-7(a)-1"
text: |
"FedRAMP requirement: not more than three"
- key: "AC-7(a)-2"
text: |
"FedRAMP requirement: fifteen minutes"
- key: "AC-7(b)-1"
text: |
"FedRAMP requirement: locks the account/node for three hours"
- key: "AC-7(b)-2"
text: |
"customer-defined additional actions"
standard_key: NIST-800-53
- control_key: AC-8
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- key: a
text: |
'The feature required to satisfy the requirements of this control has
not yet been built in to Docker EE but is none for a future
release.'
- key: b
text: |
'The feature required to satisfy the requirements of this control has
not yet been built in to Docker EE but is none for a future
release.'
- key: c
text: |
'The feature required to satisfy control has
not yet been built in to Docker EE but is none for a future
release.'
parameters:
- key: "AC-8(a)"
text: |
"customer-defined system use notification banner"
- key: "AC-8(c)(1)"
text: |
"customer-defined conditions"
standard_key: NIST-800-53
- control_key: AC-10
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Docker Enterprise Edition can be configured to limit the number of
concurrent sessions for each account. These options can be found
within the Universal Control Plane Admin Settings under the
"Authentication & Authorization" section. '
parameters:
- key: "AC-10"
text: |
"customer-defined account and/or account type; FedRAMP requirement:
three sessions for privileged access and two sessions for
non-privileged access"
standard_key: NIST-800-53
- control_key: AC-11
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Per the requirements of AC-2 (5), Docker Enterprise Edition can be
configured to enforce user session lifetime limits and renewal
thresholds. These options can be found within the Universal Control
Plane Admin Settings under the "Authentication & Authorization"
section. Configurable options include the initial lifetime (in hours)
of a user''s session and the renewal threshold of a session (in
hours).'
parameters:
- key: "AC-11(a)"
text: |
"FedRAMP requirement: fifteen minutes"
standard_key: NIST-800-53
- control_key: AC-11 (1)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Per the requirements of AC-2 (5), Docker Enterprise Edition can be
configured to enforce user session lifetime limits and renewal
thresholds. These options can be found within the Universal Control
Plane Admin Settings under the "Authentication & Authorization"
section. Configurable options include the initial lifetime (in hours)
of a user''s session and the renewal threshold of a session (in
hours). Upon the expiration of the configured session thresholds, a
user will be locked out of his/her session per the requirements of
this controls.'
standard_key: NIST-800-53
- control_key: AC-12
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Per the requirements of AC-2 (5), Docker Enterprise Edition can be
configured to enforce user session lifetime limits and renewal
thresholds. These options can be found within the Universal Control
Plane Admin Settings under the "Authentication & Authorization"
section. Configurable options include the initial lifetime (in hours)
of a user''s session and the renewal threshold of a session (in
hours). Upon the expiration of the configured session thresholds, a
user will be locked out of his/her session.'
parameters:
- key: "AC-12"
text: |
"customer-defined conditions or trigger events"
standard_key: NIST-800-53
- control_key: AC-17 (1)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Docker Enterprise Edition logs and controls all local and remote
access events. In addition, auditing can be configured on the
underlying operating system to meet this control.'
standard_key: NIST-800-53
- control_key: AU-3
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
- shared
narrative:
- text: |
'Docker Enterprise Edition generates all of the audit record
information indicated by this control. A sample audit event has been
provided below:
{"level":"info","license_key":"123456789123456789123456789","msg":"eNZi:Password
based auth
suceeded","remote_addr":"192.168.33.1:55905","time":"2016-11-09T22:41:01Z","type":"auth
ok","username":"dockeruser"}'
standard_key: NIST-800-53
- control_key: IA-2
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
- shared
narrative:
- text: |
'Docker Enterprise Edition can be configured to identify and
authenticate users via it''s integrated support for LDAP. Users and
groups managed within the organization''s LDAP directory service (e.g.
Active Directory) can be synchronized to UCP and DTR on a regular
interval. When a user is removed from the LDAP-backed directory, that
user becomes inactive within UCP and DTR. In addition, UCP and DTR
teams can be mapped to groups synchronized via LDAP. When a user is
added/removed to/from the LDAP group, that same user is automatically
added/removed to/from the UCP and DTR team. Additional information can
be found at the following resources:
- https://docs.docker.com/datacenter/ucp/2.2/guides/admin/configure/external-auth/'
standard_key: NIST-800-53
- control_key: IA-2 (5)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, Docker Enterprise
Edition requires individual users to be authenticated in order to gain
access to the system. Any permissions granted to the team(s) that
which the user is a member are subsequently applied.'
standard_key: NIST-800-53
- control_key: IA-2 (8)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Docker Enterprise Edition integrates with LDAP for authenticating
users to an external directory service. You should configure your
external directory service for ensuring that you are protected against
replay attacks.'
standard_key: NIST-800-53
- control_key: IA-2 (9)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Docker Enterprise Edition integrates with LDAP for authenticating
users to an external directory service. You should configure your
external directory service for ensuring that you are protected against
replay attacks.'
standard_key: NIST-800-53
- control_key: IA-4
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- key: c
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to prevent the reuse of user identifiers for a
specified period of time. Refer to your directory service''s
documentation for configuring this.'
- key: d
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to prevent the reuse of user identifiers for a
specified period of time. Refer to your directory service''s
documentation for configuring this.'
- key: e
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to prevent the reuse of user identifiers for a
specified period of time. Refer to your directory service''s
documentation for configuring this.'
parameters:
- key: "IA-4(a)"
text: |
"customer-defined personnel or roles"
- key: "IA-4(d)"
text: |
"FedRAMP requirement: at least two years"
- key: "IA-4(e)"
text: |
"FedRAMP requirement: thirty-five (35) days"
standard_key: NIST-800-53
- control_key: IA-4 (4)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to uniquely identify each individual according to
the requirements of this control. Refer to your directory service''s
documentation for configuring this.'
parameters:
- key: "IA-4(4)"
text: |
"FedRAMP requirement: contractors, foreign nationals"
standard_key: NIST-800-53
- control_key: IA-5
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- key: b
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to establish initial authenticator content according
to the requirements of this control. Refer to your directory service''s
documentation for configuring this.'
- key: c
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to enforce strength requirements for authenticators
according to the requirements of this control. Refer to your directory
service''s documentation for configuring this.'
- key: d
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to distribute, redistribute, and revoke
authenticators according to the requirements of this control. Refer to
your directory service''s documentation for configuring this.'
- key: e
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to change default authenticator content according to
the requirements of this control. Refer to your directory service''s
documentation for configuring this.'
- key: f
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to set minimum and maximum lifetime restrictions and
reuse conditions for authenticators according to the requirements of
this control. Refer to your directory service''s documentation for
configuring this.'
- key: g
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to refresh authenticators at a regular cadence
according to the requirements of this control. Refer to your directory
service''s documentation for configuring this.'
- key: h
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to protect authenticator content from unauthorized
disclosure or modification according to the requirements of this
control. Refer to your directory service''s documentation for
configuring this.'
- key: i
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to implement specific security safeguards to protect
authentications according to the requirements of this control. Refer
to your directory service''s documentation for configuring this.'
- key: j
text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to change authenticators for group or role accounts
when membership to those groups or roles changes according to the
requirements of this control. Refer to your directory service''s
documentation for configuring this.'
parameters:
- key: "IA-5(g)"
text: |
"FedRAMP requirement: 60 days for passwords"
standard_key: NIST-800-53
- control_key: IA-5 (1)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- key: a
text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to enforce minimum password
complexity requirements. Refer to your directory service''s
documentation for configuring this.'
- key: b
text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to enforce the requirement to
change at least one character when changing passwords according to the
requirements of this control. Refer to your directory service''s
documentation for configuring this.'
- key: c
text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to store and transmit
cryptographically protected passwords according to the requirements of
this control. Refer to your directory service''s documentation for
configuring this.'
- key: d
text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to enforce the required minimum and
maximum lifetime restrictions according to the requirements of this
control. Refer to your directory service''s documentation for
configuring this.'
- key: e
text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to enforce the required number of
generations before password reuse according to the requirements of
this control. Refer to your directory service''s documentation for
configuring this.'
- key: f
text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to enforce the requirement to
change initial/temporary passwords upon first login according to the
requirements of this control. Refer to your directory service''s
documentation for configuring this.'
parameters:
- key: "IA-5(1)(a)"
text: |
"FedRAMP requirement: case-sensitive, minimum of fourteen (14)
characters, and at least one (1) each of upper-case letters,
lower-case letters, numbers, and special characters"
- key: "IA-5(1)(b)"
text: |
"FedRAMP requirement: at least fifty percent (50%)"
- key: "IA-5(1)(d)"
text: |
"FedRAMP requirement: one day minimum, sixty day maximum"
- key: "IA-5(1)(e)"
text: |
"FedRAMP requirement: twenty four"
standard_key: NIST-800-53
- control_key: IA-5 (2)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- key: a
text: |
'All users within a Docker Enterprise Edition cluster can create a
client certificate bundle for authenticating in to the cluster from
the Docker client tooling. When a user attempts to authenticate in to
the Docker cluster, the system validates the certificates per the
requirements of this control.'
- key: b
text: |
'All users within a Docker Enterprise Edition cluster can create a
client certificate bundle for authenticating in to the cluster from
the Docker client tooling. When a user attempts to authenticate in to
the Docker cluster, the system enforces authorized access to the
corresponding private key per the requirements of this control.'
- key: c
text: |
'All users within a Docker Enterprise Edition cluster can create a
client certificate bundle for authenticating in to the cluster from
the Docker client tooling. When a user attempts to authenticate in to
the Docker cluster, the system maps the authenticated identity to the
account of the individual or group per the requirements of this
control.'
- key: d
text: |
'All users within a Docker Enterprise Edition cluster can create a
client certificate bundle for authenticating in to the cluster from
the Docker client tooling. When a user attempts to authenticate in to
the Docker cluster, it is up to the underlying operating system
hosting Docker Enterprise Edition to ensure that it implements a local
cache of revocation data per the requirements of this control.'
standard_key: NIST-800-53
- control_key: IA-5 (4)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP can be
configured with automation to ensure that password authenticators meet
strength requirements as defined by this control. Refer to your
directory service's documentation for configuring this.'
parameters:
- key: "IA-5(4)"
text: |
"complexity as identified in IA-05 (1) Control Enhancement Part A"
standard_key: NIST-800-53
- control_key: IA-5 (6)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to protect authenticators as required by this
control. Refer to your directory service's documentation for
configuring this.'
standard_key: NIST-800-53
- control_key: IA-8 (2)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'An external directory service integrated with Docker Enterprise
Edition via LDAP can be configured to meet the FICAM requirements as
indicated by this control. Refer to your directory service''s
documentation for configuring this.'
standard_key: NIST-800-53
- control_key: IA-8 (3)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to meet the FICAM requirements as indicated by this
control. Refer to your directory service''s documentation for
configuring this.'
parameters:
- key: "IA-8(3)"
text: |
"N/A"
standard_key: NIST-800-53
- control_key: IA-8 (4)
covered_by: []
implementation_statuses:
- none
control_origins:
- service provider hybrid
narrative:
- text: |
'The organization is responsible for meeting the requirements of this
control. To assist with meeting these requirements, an external
directory service integrated with Docker Enterprise Edition via LDAP
can be configured to meet the FICAM requirements as indicated by this
control. Refer to your directory service''s documentation for
configuring this.'
standard_key: NIST-800-53
- control_key: SC-23 (1)
covered_by: []
implementation_statuses:
- none
control_origins:
- Docker EE system
narrative:
- text: |
'Docker Enterprise Edition invalidates session identifiers upon user
logout per the requirements of this control.'
standard_key: NIST-800-53