Check our permissions to see if we can list and get secrets in this namespace
1)
kubectl auth can-i --list2)
kubectl get secrets3)
kubectl describe secret SECRET4)
kubectl get secret SECRET -o jsonpath='{.data}'Last updated
kubectl auth can-i --listkubectl get secretskubectl describe secret SECRETkubectl get secret SECRET -o jsonpath='{.data}'Last updated