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
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 15s
This commit is contained in:
parent
458e17abab
commit
c0b45bac2e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from kubernetes import client, config
|
||||||
from kubernetes.client.rest import ApiException
|
from kubernetes.client.rest import ApiException
|
||||||
import os
|
import os
|
||||||
|
|
||||||
class KubernetesSecretManager:
|
class KubernetesSecretsManager:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# This magic line automatically reads the KSA token mounted at
|
# This magic line automatically reads the KSA token mounted at
|
||||||
# /var/run/secrets/kubernetes.io/serviceaccount/token inside the pod!
|
# /var/run/secrets/kubernetes.io/serviceaccount/token inside the pod!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue