Changed name so that script should now work
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 15s

This commit is contained in:
Alan Bridgeman 2026-04-07 08:37:17 -05:00
parent 458e17abab
commit c0b45bac2e

View file

@ -2,7 +2,7 @@ from kubernetes import client, config
from kubernetes.client.rest import ApiException
import os
class KubernetesSecretManager:
class KubernetesSecretsManager:
def __init__(self):
# This magic line automatically reads the KSA token mounted at
# /var/run/secrets/kubernetes.io/serviceaccount/token inside the pod!