Skip to content

Commit e3c3939

Browse files
committed
Entitle inference to access AWS credentials.
Copied from the security policy.
1 parent 79c388a commit e3c3939

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
com.google.api.client:
22
- set_https_connection_properties
3+
software.amazon.awssdk.profiles:
4+
- files: # AWS Clients always try to access the credentials and config files, even if we configure otherwise
5+
- relative_path: .aws/credentials
6+
relative_to: home
7+
mode: read
8+
- relative_path: .aws/config
9+
relative_to: home
10+
mode: read

0 commit comments

Comments
 (0)