for deployments on Azure, we list `Storage Account...
# help
r
for deployments on Azure, we list
Storage Account Credentials
and
Identity Based Authentication
as authentication methods. What's the equivalent for our installations on AWS - is it just IAM?
i
I guess so. AWS has a single concept of auth we use named IAM. lakeFS users can still leverage more than a single authentication method in AWS, like user creds or assuming a role, but there’s no concept of a “bucket keys” that matches Azure “Storage Account Credentials”.
👍 1
r
thanks Itai