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

Implementasjon - Oppsett av webhook i Azure som går mot en kjørende versjon av Broker #260

Closed
Tracked by #163
tomshag opened this issue Jan 8, 2024 · 2 comments
Assignees
Labels
kind/chore Routine task or minor maintenance work that doesn't introduce new features or functionality kind/feature A distinct functionality or enhancement added to a product to provide specific value to users product/formidling Issues related til Altinn Broker

Comments

@tomshag
Copy link
Contributor

tomshag commented Jan 8, 2024

Oppsett av Webhook og scanning fra Azure til Broker kode er som følger:

  1. Sett opp Event Grid Topic for Resource Group.
  2. I Microsoft Defender for Storage Settings, assign Event-Grid topic.
  3. Gå til Event Grid topic.
  4. Legg på en event subscription av type web hook. Pek web hook mot Broker kode sin malware scan results URI (/broker/api/v1/webhooks/malwarescanresults)
  5. Du skal få notifikasjon om at web hook subscription er opprettet OK.
@tomshag tomshag added kind/feature A distinct functionality or enhancement added to a product to provide specific value to users kind/chore Routine task or minor maintenance work that doesn't introduce new features or functionality labels Jan 8, 2024
@tomshag
Copy link
Contributor Author

tomshag commented Jan 8, 2024

Dette er siste steget som skal til for at malware resultat skal returneres til Altinn broker kode.
Den er avhengig av pull request #259

@tomshag tomshag moved this from 🆕 New to 🏗 In progress in Altinn melding og formidling Jan 8, 2024
@tomshag tomshag added the product/formidling Issues related til Altinn Broker label Jan 8, 2024
@tomshag tomshag closed this as completed Jan 8, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Altinn melding og formidling Jan 8, 2024
@tomshag tomshag reopened this Jan 8, 2024
@tomshag tomshag moved this from ✅ Done to 🏗 In progress in Altinn melding og formidling Jan 8, 2024
@tomshag
Copy link
Contributor Author

tomshag commented Jan 10, 2024

Dette er nå testet OK i test miljø. Lukker saken, oppretter egne saker i backlog for å oppdatere script (deploy-dev-image.ps1) osv, i tillegg til å opprette en beskrivelse på hva som kobles sammen i henhold til
ResourceGroup -> StorageAccount -> Microsoft Defender for Cloud

@tomshag tomshag closed this as completed Jan 10, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Altinn melding og formidling Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore Routine task or minor maintenance work that doesn't introduce new features or functionality kind/feature A distinct functionality or enhancement added to a product to provide specific value to users product/formidling Issues related til Altinn Broker
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants