Sorry if i sound a little daft here… but I’m not exactly sure what you mean.
if i go to https://example.com/api/internal/api-keys
I have also tried…
https://example.com/api/internal/api-keys/{api-key}
https://example.com/api/internal/api-keys?{api-key}
https://example.com/api/internal/api-keys={api-key}
https://example.com/api/internal/{api-key}
all return a 401 on URL endpoint
"error": "authentication failed: get token from context error: no authorization-data in metadata",
"code": 16,
"message": "authentication failed: get token from context error: no authorization-data in metadata",
"details": []
}
if i go to https://example.com/api/internal/login
Method Not Allowed
Is there a simple step here i’m missing in setup or config to allow this?