You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the minio operator and deploy the sts service with minio tenant.
And I am trying to get the temporary credentials for the application using .net sdk (following the example here
But I am getting below error while running the image as a job:
Value cannot be null. (Parameter 'JWTSupplier JWT Token supplier cannot be null.')
at Minio.Credentials.WebIdentityClientGrantsProvider1.Validate() in /root/.q/sources/minio-dotnet/Minio/Credentials/WebIdentityClientGrantsProvider.cs:line 80 at Minio.Credentials.WebIdentityProvider.WithJWTSupplier(Func1f) in /root/.q/sources/minio-dotnet/Minio/Credentials/WebIdentityProvider.cs:line 64
at Minio.Credentials.IAMAWSProvider.GetAccessCredentials(String tokenFile) in /root/.q/sources/minio-dotnet/Minio/Credentials/IAMAWSProvider.cs:line 99
at Minio.Credentials.IAMAWSProvider.GetCredentialsAsync() in /root/.q/sources/minio-dotnet/Minio/Credentials/IAMAWSProvider.cs:line 155
at Minio.Credentials.IAMAWSProvider.WithMinioClient(MinioClient minio) in /root/.q/sources/minio-dotnet/Minio/Credentials/IAMAWSProvider.cs:line 232
at sts.Example.Main(String[] args) in /app/Program.cs:line 82
version of minio dot net sdk: 6.0.0
.net version: 7.0 ( basically using the same project provided in the example)
Note: I am using the same setup with the python image and its working fine!
I am using the minio operator and deploy the sts service with minio tenant.
And I am trying to get the temporary credentials for the application using .net sdk (following the example here
But I am getting below error while running the image as a job:
Value cannot be null. (Parameter 'JWTSupplier JWT Token supplier cannot be null.')
at Minio.Credentials.WebIdentityClientGrantsProvider
1.Validate() in /root/.q/sources/minio-dotnet/Minio/Credentials/WebIdentityClientGrantsProvider.cs:line 80 at Minio.Credentials.WebIdentityProvider.WithJWTSupplier(Func
1f) in /root/.q/sources/minio-dotnet/Minio/Credentials/WebIdentityProvider.cs:line 64at Minio.Credentials.IAMAWSProvider.GetAccessCredentials(String tokenFile) in /root/.q/sources/minio-dotnet/Minio/Credentials/IAMAWSProvider.cs:line 99
at Minio.Credentials.IAMAWSProvider.GetCredentialsAsync() in /root/.q/sources/minio-dotnet/Minio/Credentials/IAMAWSProvider.cs:line 155
at Minio.Credentials.IAMAWSProvider.WithMinioClient(MinioClient minio) in /root/.q/sources/minio-dotnet/Minio/Credentials/IAMAWSProvider.cs:line 232
at sts.Example.Main(String[] args) in /app/Program.cs:line 82
version of minio dot net sdk: 6.0.0
.net version: 7.0 ( basically using the same project provided in the example)
Note: I am using the same setup with the python image and its working fine!
YAML file for the reference:
The text was updated successfully, but these errors were encountered: