Skip to content

Commit

Permalink
AssumeRoleWithWebIdentity (MinIO + AWS) in frontend and pass temporar…
Browse files Browse the repository at this point in the history
…y credentials to backend: get rid of policy upload and use only AWS client, admin documentation (#3, #23, #10).
  • Loading branch information
chenkins committed Dec 14, 2023
1 parent 15ac8e2 commit 591b082
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ public record StorageConfigDto(
Optional<String> oidcProvider,
Optional<String> stsRoleArn,
Optional<String> region,
VaultJWEBackend jwe,
VaultJWEBackend jwe

// TODO https://github.com/chenkins/cipherduck-hub/issues/3 only in backend config, do not expose
String adminAccessKeyId,
String adminSecretKey
) implements StorageConfig {
}

0 comments on commit 591b082

Please sign in to comment.