mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Don't expose serviceAccount token on default pod spec
This commit is contained in:
parent
b0c59ee330
commit
1517f2d910
@ -31,6 +31,8 @@ def get_default_pod_spec():
|
||||
"kind": "Pod",
|
||||
"metadata": {"namespace": settings.AWX_CONTAINER_GROUP_DEFAULT_NAMESPACE},
|
||||
"spec": {
|
||||
"serviceAccountName": "default",
|
||||
"automountServiceAccountToken": False,
|
||||
"containers": [
|
||||
{
|
||||
"image": ee.image,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user