Commit bc62f83f authored by shashidharatd's avatar shashidharatd

Fix federation-apiserver authentication e2e tests

parent f11d0107
...@@ -32,6 +32,7 @@ spec: ...@@ -32,6 +32,7 @@ spec:
- --tls-private-key-file=/srv/kubernetes/server.key - --tls-private-key-file=/srv/kubernetes/server.key
- --admission-control={{.FEDERATION_ADMISSION_CONTROL}} - --admission-control={{.FEDERATION_ADMISSION_CONTROL}}
- --token-auth-file=/srv/kubernetes/known-tokens.csv - --token-auth-file=/srv/kubernetes/known-tokens.csv
- --anonymous-auth=false
ports: ports:
- containerPort: 443 - containerPort: 443
name: https name: https
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment