Skip to content

Commit

Permalink
AWS external auth example
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Apr 10, 2024
1 parent e067eb1 commit 4eaab0a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/lakefs/enterprise/values-external-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,18 @@ fluffy:
external:
aws_auth:
enabled: true
get_caller_identity_max_age: 60
# list of headers that are required to be present in the GetCallerIdentity request
required_headers:
x-lakefs-custom-key: "custom-value"
required-key: "custom-value"
# list of headers that are optional for the GetCallerIdentity request
optional_headers:
optional-key: "custom-value"
# list of valid STS hosts for the GetCallerIdentity request
valid_sts_hosts:
- "sts.amazonaws.com"
- "sts.us-east-1.amazonaws.com"
secrets:
create: true
sso:
Expand Down

0 comments on commit 4eaab0a

Please sign in to comment.