I'm trying to run a test on GitLab CI, but have run into a problem.
org.bouncycastle.crypto.InvalidCipherTextException: mac check in GCM failed
at org.bouncycastle.crypto.modes.GCMBlockCipher.doFinal(Unknown Source)
at io.minio.admin.Crypto.decrypt(Crypto.java:189)
at io.minio.admin.MinioAdminClient.listUsers(MinioAdminClient.java:242)
So far it has not been possible to reproduce the problem locally.
Do you have any thoughts?