Hey! How do you giving access to deployed services...
# platform-toolbox
s
Hey! How do you giving access to deployed services in k8s to your developers?
n
What, why? we store the logs in Elastic
s
How your developers getting access to Elastic? @Neil Millard
n
ah, via ldap login over a vpn
p
agree with @Neil Millard, in OKD for example you can integrate LDAP this way: https://docs.okd.io/latest/authentication/identity_providers/configuring-ldap-identity-provider.html plus then you can map identities to groups -> groups to cluster role bindings or role bindings and in that way manage access to different cluster resoruces
h
Aws SSO + CloudFlare zero trust
a
Okta saml group time limited access, we have a service that adds you to the group and then revokes it after a period of time
z
@Svyatoslav M what logging tools are you using i.e. Grafana/Datadog/Sumologic?
s
I think first we need to define what type of access. Teleport with SSO and the k8s RBAC is another option but it depends what problem we are trying to solve