Skip to content

Commit 9fcfed3

Browse files
committed
HADOOP-18975 fips: improve docs
Change-Id: Iee7456b6b44e470f4c8191d0f55443638d61b3ed
1 parent 4edd890 commit 9fcfed3

File tree

1 file changed

+3
-24
lines changed
  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

1 file changed

+3
-24
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/connecting.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -313,30 +313,9 @@ Declaring the region for the data is simpler, as it avoid having to look up the
313313
It is possible to use [FIPs-compliant](https://www.nist.gov/itl/fips-general-information) endpoints which
314314
support a restricted subset of TLS algorithms.
315315

316-
Amazon provide a specific set of [FIPS endpoints](https://aws.amazon.com/compliance/fips/) to use so as to be confident that the network communication is compliant with the standard.
317-
318-
```xml
319-
320-
<property>
321-
<name>us-west-2.fips.endpoint</name>
322-
<value>s3-fips.us-west-2.amazonaws.com</value>
323-
</property>
324-
325-
<property>
326-
<name>fs.s3a.bucket.example-usw2.endpoint</name>
327-
<value>${us-west-2.fips.endpoint}</value>
328-
</property>
329-
330-
<property>
331-
<name>fs.s3a.bucket.example-usw2.endpoint.region</name>
332-
<value>us-west-2</value>
333-
</property>
334-
335-
<property>
336-
<name>us-west-2.endpoint</name>
337-
<value>s3-us-west-2.amazonaws.com</value>
338-
</property>
339-
```
316+
Amazon provide a specific set of [FIPS endpoints](https://aws.amazon.com/compliance/fips/)
317+
to use so callers can be confident that the network communication is compliant with the standard:
318+
non-compliant algorithms are unavailable.
340319

341320
The boolean option `fs.s3a.endpoint.fips` (default `false`) switches the S3A connector to using the FIPS endpoint of a region.
342321

0 commit comments

Comments
 (0)