Skip to content

Commit f3de100

Browse files
authored
docs: Update slack inviter link (open-policy-agent#7450)
slack.openpolicyagent.org redirected to communityinviter. This service is now migrated to inviter.co and should be used instead. I have not yet updated the redirect, but when this has been done, we can revert the change to refer to slack.openpolicyagent.org. Signed-off-by: Charlie Egan <[email protected]>
1 parent bd5ceb5 commit f3de100

14 files changed

+16
-16
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OPA is proud to be a graduated project in the [Cloud Native Computing Foundation
1919

2020
## Want to talk about OPA or get support?
2121

22-
- Join the [OPA Slack](https://slack.openpolicyagent.org) to talk to other OPA users and maintainers. See `#help` for support.
22+
- Join the [OPA Slack](https://inviter.co/opa) to talk to other OPA users and maintainers. See `#help` for support.
2323
- Check out the [Community Discussions](https://github.com/orgs/open-policy-agent/discussions) to ask questions.
2424
- See the [Support](https://www.openpolicyagent.org/support/) page for commercial support options.
2525

Diff for: docs/content/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks for your interest in contributing to the Open Policy Agent project!
88

99
{{< info >}}
1010
Most of the discussions about OPA take place on Slack, if you haven't already,
11-
you can [sign up here](https://slack.openpolicyagent.org/).
11+
you can [sign up here](https://inviter.co/opa/).
1212
{{< /info >}}
1313

1414
## I'd like to help OPA users
@@ -58,7 +58,7 @@ If you have a talk or blog you'd like to share please feel free to post in:
5858
## I'm interested in something else...
5959

6060
Sounds interesting, we'd love to hear all about it,
61-
[sign up for our Slack](https://slack.openpolicyagent.org/) and
61+
[sign up for our Slack](https://inviter.co/opa/) and
6262
drop a message in the
6363
[#contributors](https://openpolicyagent.slack.com/archives/C02L1TLPN59)
6464
channel.

Diff for: docs/content/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ opa run [policy-files] [data-files]
4040

4141
The [Rego Playground](http://play.openpolicyagent.org) is a web-based Rego development environment that can be
4242
used to test policies with different inputs and data. If you are interested in asking for help in the
43-
[OPA Slack](http://slack.openpolicyagent.org), the playground is a great way to share your policy and data with
43+
[OPA Slack](https://inviter.co/opa), the playground is a great way to share your policy and data with
4444
others.
4545

4646
## Using the `print` Built-in Function

Diff for: docs/content/editor-and-ide-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ evaluation, policy coverage, and more.
2323

2424
{{< info >}}
2525
**Your editor missing? Built a Rego integration for your editor?** Drop us a
26-
message on [Slack](http://slack.openpolicyagent.org)
26+
message on [Slack](https://inviter.co/opa)
2727
We also have our [Ecosystem page](/ecosystem/). This is a great place to
2828
showcase your project. See
2929
[these instructions](https://github.com/open-policy-agent/opa/tree/main/docs#opa-ecosystem)

Diff for: docs/content/envoy-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 110
66

77
This page provides some pointers that could assist in addressing issues encountered while using the
88
OPA-Envoy plugin. If none of these tips work, feel free to join
9-
[slack.openpolicyagent.org](https://slack.openpolicyagent.org) and ask for help.
9+
[our slack](https://inviter.co/opa) and ask for help.
1010

1111
## Debugging Performance Issues
1212

Diff for: docs/content/kubernetes-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 100
77
If you run into problems getting OPA to enforce admission control policies in
88
Kubernetes there are a few things you can check to make sure everything is
99
configured correctly. If none of these tips work, feel free to join
10-
[slack.openpolicyagent.org](https://slack.openpolicyagent.org) and ask for help.
10+
[our slack](https://inviter.co/opa) and ask for help.
1111

1212
The tips below cover the OPA-Kubernetes integration that uses kube-mgmt.
1313
The [OPA Gatekeeper version](https://open-policy-agent.github.io/gatekeeper)

Diff for: docs/content/policy-language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ to optimize queries to improve performance.
4949
In while reviewing the examples below, you might find it helpful to follow along
5050
using the online [OPA playground](http://play.openpolicyagent.org). The
5151
playground also allows sharing of examples via URL which can be helpful when
52-
asking questions on the [OPA Slack](https://slack.openpolicyagent.org).
52+
asking questions on the [OPA Slack](https://inviter.co/opa).
5353
In addition to these official resources, you may also be interested to check
5454
out the community learning materials and tools.
5555
{{<

Diff for: docs/content/v0-upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ OPA binary of version 1.0 or later.
468468
unexpected behaviour.
469469

470470
If you run into any issues while upgrading a Rego project, please drop a message
471-
in the #help channel on the [OPA Slack](https://slack.openpolicyagent.org/).
471+
in the #help channel on the [OPA Slack](https://inviter.co/opa/).
472472

473473
## Upgrading OPA Instances
474474

Diff for: docs/website/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GithubEdit = "https://github.com/open-policy-agent/opa/edit/main/docs/content/"
2626
[params.social]
2727
twitter = "OpenPolicyAgent"
2828
medium = "https://blog.openpolicyagent.org"
29-
slack = "https://slack.openpolicyagent.org"
29+
slack = "https://inviter.co/opa"
3030
github = "https://github.com/open-policy-agent/opa"
3131
discussions = "https://github.com/open-policy-agent/feedback/discussions"
3232

Diff for: docs/website/content/community/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sections:
1818
note: |
1919
Primary channel for community support and OPA maintainer discussions.
2020
Join #help for support.
21-
link: https://slack.openpolicyagent.org/
21+
link: https://inviter.co/opa/
2222
link_text: Join us on Slack
2323
- title: GitHub
2424
icon: /img/community-logos/github.png

Diff for: docs/website/content/integrations/opa-errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ and how to fix it.
2424

2525
If you'd like to request that a new error is listed, please drop us a message in
2626
the
27-
[Styra Slack](https://communityinviter.com/apps/styracommunity/signup).
27+
[Styra Slack](https://inviter.co/styra).

Diff for: docs/website/layouts/partials/ecosystem-cta.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
these instructions
55
</a>
66
to get it listed or go to the <code>#ecosystem</code> channel in the
7-
<a target="_blank" rel="noopener noreferrer" href="https://slack.openpolicyagent.org">
7+
<a target="_blank" rel="noopener noreferrer" href="https://inviter.co/opa">
88
OPA Slack
99
</a>
1010
if you have any questions.

Diff for: docs/website/layouts/partials/nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</a>
3232
</li>
3333
<li class="nav-item social-nav-item">
34-
<a class="nav-link social-icon-link" href="https://slack.openpolicyagent.org/">
34+
<a class="nav-link social-icon-link" href="https://inviter.co/opa/">
3535
<img src="/img/slack-icon.png" alt="Slack">
3636
<div class="nav-link social-icon-title">Slack</div>
3737
</a>

Diff for: docs/website/layouts/security/section.html.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>Reporting a Security Bug</h2>
3232
information or guidance surrounding the reported issue.</li>
3333

3434
<li>If you have not received a reply to your report within two days, please reach out on our
35-
<a href="https://slack.openpolicyagent.org/">Slack</a>
35+
<a href="https://inviter.co/opa/">Slack</a>
3636
by posting a message in the <code>#contributors</code> channel.</li>
3737

3838
<li>Note that the <code>#contributors</code> channel is public, so please don't discuss details of your
@@ -92,7 +92,7 @@ <h2>Receiving Security Updates</h2>
9292
<ul>
9393
<li><a href="https://github.com/open-policy-agent/opa/security/advisories">Security Advisories for OPA</a></li>
9494
<li><a href="https://github.com/orgs/open-policy-agent/discussions/categories/announcements">GitHub Discussions</a> Announcements</li>
95-
<li><a href="https://slack.openpolicyagent.org/">Slack</a> <code>#announcements</code> channel</li>
95+
<li><a href="https://inviter.co/opa/">Slack</a> <code>#announcements</code> channel</li>
9696
<li><a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&results_type=overview&search_type=all&isCpeNameSearch=false&cpe_vendor=cpe%3A%2F%3Aopenpolicyagent&cpe_product=cpe%3A%2F%3Aopenpolicyagent%3Aopen_policy_agent">NIST Vulnerability Data Base: Search Results for OPA</a></li>
9797
</ul>
9898
</div>

0 commit comments

Comments
 (0)