Skip to Content
0
Jan 16, 2023 at 05:49 PM

Secure a Multitenant Application Tutorial

186 Views

Tutorials: https://developers.sap.com/tutorials/secure-multitenant-app-xsuaa-kyma.html
--------------------------

Hello,

I have went through the steps of the tutorials

What is the expected final look of the file k8s-deployment-backend.yaml ?

I think I am missing something, I only have the bellow

---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
  name: broker-rolebinding
subjects:
  - kind: ServiceAccount
    name: default
    namespace: backend
roleRef:
  kind: ClusterRole
  name: kyma-namespace-admin
  apiGroup: rbac.authorization.k8s.io

I think this might be why I get this errors

image.png

Thanks

Joana

Attachments

image.png (94.5 kB)