Questions tagged [authentication]
Use this tag if a question is about authenticating or login to a service, e.g. google, github
31 questions
0 votes
0 answers
28 views
Managed Identify will not connect to Azure Key Vault when other ones do -- what am I missing
I have one AKV set up with public access off but trusted Microsoft services enabled. I have two ADF instances set up, with a managed identify and linked service to the key vault. The MIs have the same ...
2 votes
1 answer
395 views
Github Personal Access token gets Permission Denied when trying to pull down images from ghcr.io
When I try to pull down images on ghcr.io, I'm getting "permission denied". My token has read:packages. ❯ podman pull ghcr.io/acme-integrations/cpanel-plugins-build-image:main Trying to ...
2 votes
2 answers
107 views
How to change Bitbucket User in Azure Pipeline?
A previous engineer set up our Azure pipelines with Bitbucket repositories. He has left the company, his Bitbucket privileges were revoked, so the Azure pipelines can no longer reach Bitbucket. Azure ...
2 votes
2 answers
1k views
Best practices of authentication to Vault
What could be considered the most secure way of authenticating in HashiCorp Vault by an application running in a Kubernetes cluster? The AppRole method is nice, but implementing AppRole implies that ...
0 votes
1 answer
705 views
How to allow an application outside GCP to consume a GCP Vertex AI endpoint?
A Vertex AI endpoint has been created in the Google Cloud Platform project gcp-project-A. As a devops I want to authorize an external application outside-gcp-app-B to consume it. This application is ...
0 votes
1 answer
348 views
Bypassing OAuth in Traefik router that routes to other network device
In Traefik2, I've got router.toml that contains the following lines: [http.routers] [http.routers.sonarr-bypass] rules = "Host(`sonarr.DOMAIN.com`) && Headers(`traefik-auth-...
0 votes
1 answer
671 views
How can I get my clouds.yaml file from OpenStack Horizons?
OpenStack can export a configuration file called clouds.yaml. How do I export this file from the Horizon's interface?
0 votes
1 answer
87 views
Configure Azure Kubernetes user context for on-premise resource access
My question is hopefully simple.In the period where you have both on-premise and Azure based resources can jobs running in an Azure Kubernetes cluster be configured to use an AD user context such that ...