AWS lake-formation documentation change
Summary
Changed OAuth2 scope parameter casing from 'Scope' to 'scope'
Security assessment
Minor syntax correction with no indication of security impact. Likely fixes a configuration detail without security implications.
Diff
diff --git a/lake-formation/latest/dg/catalog-federation-databricks.md b/lake-formation/latest/dg/catalog-federation-databricks.md index 6993fb133..713056112 100644 --- a//lake-formation/latest/dg/catalog-federation-databricks.md +++ b//lake-formation/latest/dg/catalog-federation-databricks.md @@ -235 +235 @@ The following example uses OAuth2 authentication configuration to create an AWS - "Scope": "all-apis" + "scope": "all-apis"