-
I am unable to find any documentation on passing the Authentication Headers like Bearer tokens required to access an external API . Can someone let me know if this is possible? Thanks.
-
API access via oauth is generally considered more secure than username/password, and Salesforce is encouraging oauth usage for APIs: https://developer.salesforce.com/page/Digging_Deeper_into_OAuth_2.0…
-
We would like to properly authenticate and authorize access to a hubble-relay service, which uses Istio for IAM.
In order to authenticate, we need to add a bearer token to gRPC requests. My underst…
-
These are the current authentication methods https://www.redmine.org/projects/redmine/wiki/rest_api#Authentication for the redmine api.
What is missing here, is the Auth Type "Bearer Token", which …
-
```
import requests
import os
import json
# To set your environment variables in your terminal run the following line:
# export 'BEARER_TOKEN'=''
bearer_token = "XXXXXXXXXXXXXXXXXXXXXXXX"
s…
-
As seen in [this ticket](https://github.com/scalar/scalar/issues/3348), when you specify security on an endpoint, how can you get the securityScheme added to the components.securitySchemes in the open…
-
**Is your feature request related to a problem? Please describe.**
I would like to put vault behind Google IAP to allow users simple access to it, while protecting it from the internet.
**Describe…
-
Implementing authentication using "Basic-auth" hapi module
-
Hi :wave: I need to generate types for `components.securitySchemes`, and `security` on each operation.
Is this something that would be useful for this library, or is it out of scope?
I already s…
elsmr updated
3 weeks ago
-
I am able to login via Dex in Headlamp, but kubeconfig file is not getting generated, hence the cluster in not being loaded.
Can anyone please help me?
Sharing my config here:
dex-values.yam…