Skip to content

Commit

Permalink
Clarify TLS requirements in the Jira guide
Browse files Browse the repository at this point in the history
Closes #45654

- Indicate that certificates for the Jira web server cannot be self
  signed.
- Remove references to Caddy and a `Certificate` resource, which were
  left over from an attempted change to this guide that was not fully
  completed.
  • Loading branch information
ptgott authored and github-actions committed Sep 18, 2024
1 parent 5e7d402 commit 9d0448a
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ webhook run by the plugin, which modifies the Access Request in Teleport.
environment must support services of this type.

- A means of providing TLS credentials for the Jira webhook run by the plugin.
**TLS certificates must not be self signed.** For example, you can obtain TLS
credentials for the webhook with Let's Encrypt by using an [ACME
client](https://letsencrypt.org/docs/client-options/).

- If you run the plugin on a Linux server, you must provide TLS credentials to
a directory available to the plugin.
- If you run the plugin on Kubernetes, you must write these credentials to a
secret that the plugin can read.
secret that the plugin can read. This guide assumes that the name of the
secret is `teleport-plugin-jira-tls`.

- (!docs/pages/includes/tctl.mdx!)

Expand Down Expand Up @@ -272,9 +276,9 @@ earlier in the guide, you can leave this option unset.
added to the DNS A record you created earlier.

**https_key_file** and **https_cert_file** correspond to the private key and
certificate you generated earlier via Caddy. Use the following values, assigning
<Var name="example.com" /> to the domain name you created for the plugin
earlier:
certificate you obtained before following this guide. Use the following values,
assigning <Var name="example.com" /> to the domain name you created for the
plugin earlier:

- **https_key_file:**

Expand Down Expand Up @@ -314,8 +318,7 @@ you created for your webhook. (We will create a DNS record for this domain name
later.)

**tlsFromSecret:** The name of a Kubernetes secret containing TLS credentials
for the webhook. Use `teleport-plugin-jira-tls`. We will create a `Certificate`
resource later that populates this secret with TLS credentials.
for the webhook. Use `teleport-plugin-jira-tls`.

</TabItem>
</Tabs>
Expand Down

0 comments on commit 9d0448a

Please sign in to comment.