All existing template usage was converted to make use of github.com/DataDog/datadog-agent/pkg/template. The DataDog package is a fork of the stdlib template packages with method calling removed so that reflect.MethodByName does not prevent DCE. There were a handful of method calls in our templates that were trivially changed to use custom functions defined via FuncMaps or specifying the calculated value to the template instead of calling a function in the template. A future change will add linter rules to prevent new text/template or html/imports from landing. They have not been included here so as to not to break enterprise code while it is migrated.
Teleport Jira access request plugin
The Teleport Access API provides a Jira access request plugin that allows teams to approve or deny Teleport access requests using a Jira Project board. The access request plugin works with both Jira Cloud and Jira Server 8 and later.
You can find the Teleport Access API in the main Teleport repository and the
Jira access request plugin in github.com/gravitational/teleport/integrations/access/jira.
If you have a self-hosted Teleport deployment, you can find information for configuring this access request plugin Access Requests using Jira and Teleport.
The steps for setting up a Jira project board are different depending on whether you use Jira Cloud or Jira Server. For information about setting up the Jira project board, see the following getting started guides: