As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit fad8b772 authored by Igor Drozdov's avatar Igor Drozdov
Browse files

Add a note in the docs about Kerberos implementation

parent 977a7e80
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,6 +6,24 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Beginner's guide to GitLab Shell contributions
In order to build the binaries a single `make` command can be run:
```shell
make
```
If the command fails due to an error in `gssapi`, make sure that a `Kerberos` implementation is installed. For MacOS it's:
```shell
brew install heimdal
```
It may also require specifying `CGO_CFLAGS`:
```shell
CGO_CFLAGS="-I/opt/homebrew/opt/heimdal/include" make
```
## Check
Checks if GitLab API access and Redis via internal API can be reached:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment