digitaldemocratic/dd-sso/docker-compose-parts
Evilham 8309771a1c
[sso-avatars] Also use env var for minio container
From minio's documentation:
- MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated in lieu of
  MINIO_ROOT_USER and MINIO_ROOT_PASSWORD respectively
- In order to rotate secrets we only need to change
  MINIO_ROOT_{USER,PASSWORD}

Using this commit and the previous one affecting keycloak we can use
per-instance keys as opposed to the current state.
In order to achieve this, AVATARS_ACCESS_KEY and AVATARS_SECRET_KEY must
be set to the desired values.

The only guidelines as to how to generate ACCESS_KEY and SECRET_KEY are:

> Specify a unique, random, and long string for both the ACCESSKEY and
> SECRETKEY. Your organization may have specific internal or regulatory
> requirements around generating values for use with access or secret keys.

See:
- https://docs.min.io/minio/baremetal/reference/minio-server/minio-server.html#envvar.MINIO_ACCESS_KEY
- https://docs.min.io/minio/baremetal/security/minio-identity-management/user-management.html
2022-08-08 09:40:51 +02:00
..
admin.devel.yml DD education workspace 2022-07-10 12:15:47 +02:00
admin.yml [sso-avatars] Actually use environment variables 2022-08-06 21:47:35 +02:00
adminer.yml [dd-sso] Fix leftover old container names 2022-08-03 09:30:15 +02:00
api.devel.yml DD education workspace 2022-07-10 12:15:47 +02:00
api.yml DD education workspace 2022-07-10 12:15:47 +02:00
avatars.yml [sso-avatars] Also use env var for minio container 2022-08-08 09:40:51 +02:00
haproxy-behind.yml DD education workspace 2022-07-10 12:15:47 +02:00
haproxy.yml DD education workspace 2022-07-10 12:15:47 +02:00
keycloak.yml [sso-avatars] Actually use environment variables 2022-08-06 21:47:35 +02:00
network.yml [net] Add environment variable for MTU 2022-07-18 19:17:44 +02:00
pgtuner.yml [dd-sso] Fix leftover old container names 2022-08-03 09:30:15 +02:00
postgresql.yml DD education workspace 2022-07-10 12:15:47 +02:00