Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a access key to an existing MinIO or AD/LDAP user in java. #1498

Closed
Omico opened this issue Oct 12, 2023 · 3 comments · Fixed by #1505
Closed

How to create a access key to an existing MinIO or AD/LDAP user in java. #1498

Omico opened this issue Oct 12, 2023 · 3 comments · Fixed by #1505
Labels

Comments

@Omico
Copy link

Omico commented Oct 12, 2023

How to implement code equivalent to this in java?

mc admin user svcacct add

I am not familiar with GO. And I can not find the implementation of this API. Would you mind point out the specific line of this code in minio/minio, or providing REST docs for this API?

@balamurugana
Copy link
Member

The specified API is not implemented yet. Feel free to send a PR

@Omico
Copy link
Author

Omico commented Oct 13, 2023

The specified API is not implemented yet. Feel free to send a PR

Would you mind providing REST API docs?

@balamurugana
Copy link
Member

The specified API is not implemented yet. Feel free to send a PR

Would you mind providing REST API docs?

No developer doc available, but you could see Go implementation at https://pkg.go.dev/github.com/minio/madmin-go#AdminClient.AddServiceAccount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants