>> email to kubernetes-dev+unsubscribe@googlegroups.com.
>> To post to this group, send email to kubernetes-dev@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/kubernetes-dev/607a022f-859f-4f8e-a38e-b0455ad9c3f0%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
> To post to this group, send email to kubernetes-dev@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/CAA8S17GP9B3ejYmMPYvRnWjy1Tq9qJAXDQiqthhcjuXRE7wKbg%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/-8256276560176115382%40unknownmsgid.To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-dev@googlegroups.com.
Thanks for the reply, Eric.
So this allows the user to proxy any service in any namespace? It
seems overly broad; could I use resourceNames to allow access to
only certain services? If so, what would that look like? Ideally
I'd like to allow the user to proxy only for heapster, and only
for containers in a particular namespace.
Chris
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/CAB_J3bYsVk5HSdJx_A%3DKx8iWdapc2NnsUnsv6n9QorhvRKi2Nw%40mail.gmail.com.
Nice. That's still going to allow the user to gather heapster statistics for every pod in the cluster; but at least it won't allow access to every service in every namespace. Thanks for the detailed reply.
Chris
...so building on what Eric suggested, I would create a Role, not a ClusterRole, in the kube-system namespace?
kind: Role apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: service-proxier namespace: kube-system rules: - apiGroups: [""] resources: ["services/proxy"] resourceNames: ["heapster"] verbs: ["get"]
>> >> email to kubernetes-dev+unsubscribe@googlegroups.com.
>> >> To post to this group, send email to kubernetes-dev@googlegroups.com.
>> >> To view this discussion on the web visit
>> >>
>> >> https://groups.google.com/d/msgid/kubernetes-dev/607a022f-859f-4f8e-a38e-b0455ad9c3f0%40googlegroups.com.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "Kubernetes developer/contributor discussion" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an email to kubernetes-dev+unsubscribe@googlegroups.com.
>> > To post to this group, send email to kubernetes-dev@googlegroups.com.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msgid/kubernetes-dev/CAA8S17GP9B3ejYmMPYvRnWjy1Tq9qJAXDQiqthhcjuXRE7wKbg%40mail.gmail.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Kubernetes developer/contributor discussion" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to kubernetes-dev+unsubscribe@googlegroups.com.
>> To post to this group, send email to kubernetes-dev@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/kubernetes-dev/-8256276560176115382%40unknownmsgid.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes developer/contributor discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-dev+unsubscribe@googlegroups.com.
> To post to this group, send email to kubernetes-dev@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kubernetes-dev/CAB_J3bYsVk5HSdJx_A%3DKx8iWdapc2NnsUnsv6n9QorhvRKi2Nw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/CAA8S17E_-w8KVUoSXcD7oiLraWetdJDWk%2BVBpWKoZpFAfcjDzA%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-dev@googlegroups.com.