Skip to content

Repo sync #27372

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

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ ghe-repl-start
This utility displays the status of replication on a node, returning an `OK`, `WARNING` or `CRITICAL` status for each datastore's replication stream. For more information, see "[AUTOTITLE](/admin/enterprise-management/configuring-high-availability/monitoring-a-high-availability-configuration)."

- If any of the replication channels are in a `WARNING` state, the command will exit with code `1`.
- If you have not started replication, the command will exit with code `1`.
- If any of the channels are in a `CRITICAL` state, the command will exit with code `2`.
- The output conforms to the expectations of Nagios' check_by_ssh plugin. For more information, see the [check_by_ssh plugin](https://nagios-plugins.org/doc/man/check_by_ssh.html) on the official Nagios plugins page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ To ensure seamless use of the OIDC CAP while still applying the policy to OAuth
{% data reusables.identity-and-permissions.about-adding-ip-allow-list-entries %}

{% data reusables.identity-and-permissions.ipv6-allow-lists %}
{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
Expand Down Expand Up @@ -110,6 +111,8 @@ To ensure seamless use of the OIDC CAP while still applying the policy to OAuth

### Deleting an allowed IP address

{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.security-tab %}
Expand Down Expand Up @@ -184,6 +187,8 @@ To ensure seamless use of the OIDC CAP while still applying the policy to OAuth

## Deleting an allowed IP address

{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.security-tab %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ You can export aggregated information about your enterprise's members as a membe

The membership information report includes the following information.

{% note %}

**Note:** You can only export the datetime of the user's last activity at the organization level. For more information, see "[AUTOTITLE](/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization#about-export-of-membership-information)."

{% endnote %}

- Username and display name details
- Whether the user has two-factor authentication enabled {% ifversion mandatory-2fa-required-overview %}or is required to enable it{% endif %}
- Whether the user is an organization owner or member
- Datetime of the user's last activity (for a full list of relevant activity, see "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users)")
- Organizations with pending invitations
- Optionally, additional information that depends on the enterprise's configuration:
- The user's email addresses for a verified domain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ When an organization has an allow list, third-party applications that connect vi
## Adding an IP address allow list to a {% data variables.product.prodname_github_app %} registration

{% data reusables.identity-and-permissions.ipv6-allow-lists %}
{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}

{% data reusables.apps.settings-step %}
{% data reusables.user-settings.developer_settings %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ redirect_from:
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings/redeeming-a-coupon
versions:
fpt: '*'
ghec: '*'
type: how_to
topics:
- Discounts
Expand All @@ -22,7 +21,13 @@ topics:

{% data reusables.dotcom_billing.coupon-expires %}

You cannot apply coupons to paid plans for {% data variables.product.prodname_marketplace %} apps.
{% note %}

**Notes:**
- You cannot apply coupons to paid plans for {% data variables.product.prodname_marketplace %} apps.
- You cannot use coupons to pay for {% data variables.product.prodname_ghe_cloud %}. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise#about-billing-for-your-enterprise)."

{% endnote %}

## Redeeming a coupon for your personal account

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ You can also configure allowed IP addresses at the enterprise account level, and
{% data reusables.identity-and-permissions.about-adding-ip-allow-list-entries %}

{% data reusables.identity-and-permissions.ipv6-allow-lists %}
{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}

{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
Expand Down Expand Up @@ -103,6 +104,8 @@ For more information about how to create an allow list for a {% data variables.p

## Deleting an allowed IP address

{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}

{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
{% data reusables.organizations.security %}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% note %}

**Note:** Due to caching, adding or removing IP addresses can take a few minutes to fully take effect.

{% endnote %}
3 changes: 3 additions & 0 deletions src/redirects/lib/static/redirect-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@

/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-advanced-setup-for-code-scanning
- /github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository

/billing/managing-your-github-billing-settings/redeeming-a-coupon
- /enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon