We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db2bda commit 7a63414Copy full SHA for 7a63414
docs/docker-container-setup.md
@@ -2,6 +2,11 @@ By default, a container receives the default permissions configured by the metad
2
proxy. However, some containers require more or less permissions. For these cases, the
3
container can provide a custom IAM role, a custom IAM policy, or both.
4
5
+The role and/or policy are configured in container environment variables. The metadata
6
+proxy daemon uses the docker API to get the configured role and policy for a container.
7
+The environment variable can only be set when the container is created and can not be
8
+modified while the container is running.
9
+
10
# Container Role
11
12
A container can specify a specific role to use by setting the `IAM_ROLE` environment
0 commit comments