Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 649 Bytes

File metadata and controls

24 lines (14 loc) · 649 Bytes

Open Hack - Challenge 04


Some legacy applications require native Windows functionality like:

  • Authentication
  • Delegation
  • Database security

Containers are a good way to move applications to the cloud. Move the application to a container and retain this functionality.

Use the Custom application for this exercise

Helpful information

If you don't have a Windows machine but want to use one as a container host, we have deployed one to the environment set up in Open Hack 1.

Stretch Goals

  • Add access to file share to the app with delegation
  • Add LDAP call to app

Helpful Links