-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-latest
- Deployment mode(standalone or cluster):both
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-20241125-0b9edb62-amd64
- Deployment mode(standalone …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-latest
- Deployment mode(standalone or cluster): both…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-latest
- Deployment mode(standalone or cluster): both…
-
The error returned by `api.php/token` endpoint:
```json
{"status":"ERROR_INVALID_PARAMETER","title":"Invalid OAuth token","detail":"The JWT string must have two dots"}
````
The form although validat…
-
Needs to change to grant_type=client_credentials.
There might be more issues with the release compatibility...
-
## Steps to reproduce
Using neon's default user with super admin permission I create a new database and then create a new users as follows:
```sql
CREATE ROLE "app_user" WITH LOGIN PASSWORD '' REPLI…
-
Hi,
I noticed that invoking http://localhost:3000/oauth/token (POST) need to have Authorization: Basic encoded(client_id + ':' + client_secret) as part of the header. My concern now what if i only…
-
Is there any chance that the extension might support the "password" grant type, as described in the OAuth2 RFC:
https://tools.ietf.org/html/rfc6749#section-4.3.2
-
### Provide the Bytebase version you are using
bytebase:latest
### Describe the bug
Does Bytebase and the MySQL database it connects to need to be on the same server, or can they both be in …