> For the complete documentation index, see [llms.txt](https://inflight.dope.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflight.dope.security/dope.console/dope.swg-policy/cloud-application-control-cac/github.md).

# GitHub

### To configure GitHub, enter the list of GitHub Enterprise IDs you want to allow access to.

Access to all other GitHib accounts will be blocked.

<figure><img src="/files/rgXVOOtjrf7450UTwPLN" alt=""><figcaption></figcaption></figure>

### Default Bypass List

There are 3 GitHub domains in the Dope Default Bypass list that need to be set to 'Do Not Bypass', these are \*.github.com , \*.githubcopilot.com and \*.githubusercontent.com.

{% hint style="warning" %}
If these domains are not set to 'Do Not Bypass' this GitHub CAC feature will not work correctly
{% endhint %}

### SSL Cert Errors

Once these domains are set to 'Do Not Bypass' endpoints running the dope agent may see some SSL cert errors for GitHub traffic. To ensure this doesn't happen running the following commands on all endpoints will solve for this issue.

#### Windows

```
git config http.sslcainfo C:\ProgramData\dope.security\res\certs\dope.security.root.crt
```

#### macOS

```
git config http.sslcainfo /Library/Application\ Support/dope.security/res/certs/dope.security.root.crt
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inflight.dope.security/dope.console/dope.swg-policy/cloud-application-control-cac/github.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
