Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aad-pod-identity demo? #287

Open
jobinjosem opened this issue Aug 7, 2023 · 1 comment
Open

aad-pod-identity demo? #287

jobinjosem opened this issue Aug 7, 2023 · 1 comment

Comments

@jobinjosem
Copy link

Can I use the podinfo image for aad-pod-identity demo? Will it work as expected if I add the details of identity to the manifests?

@ljluestc
Copy link

apiVersion: apps/v1
kind: Deployment
metadata:
  name: podinfo
spec:
  replicas: 1
  template:
    metadata:
      labels:
        app: podinfo
    spec:
      containers:
        - name: podinfo
          image: stefanprodan/podinfo
          ports:
            - containerPort: 9898
          env:
            - name: AZURE_AUTHORITY_HOST
              value: "https://login.microsoftonline.com"
            - name: AZURE_TENANT_ID
              value: "<your-tenant-id>"
            - name: AZURE_CLIENT_ID
              value: "<your-client-id>"
            - name: AZURE_RESOURCE_ID
              value: "<your-resource-id>"
          # ...
        # ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants