Skip to content
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

Update docs/setup/other_config/spin/index.md #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 3 additions & 7 deletions content/en/docs/setup/other_config/spin/index.md
Expand Up @@ -26,11 +26,7 @@ sudo mv spin /usr/local/bin/spin
### On MacOS

```bash
curl -LO https://storage.googleapis.com/spinnaker-artifacts/spin/$(curl -s https://storage.googleapis.com/spinnaker-artifacts/spin/latest)/darwin/amd64/spin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just executed this and it worked for me.


chmod +x spin

sudo mv spin /usr/local/bin/spin
brew install spin
```

### On Windows
Expand Down Expand Up @@ -147,8 +143,8 @@ auth:
- scope1
- scope2
cachedToken:
accesstoken: ${ACCESS_TOKEN} # Note the key capitalization
refreshtoken: ${REFRESH_TOKEN} # Note the key capitalization
access_token: ${ACCESS_TOKEN} # Note the key capitalization
refresh_token: ${REFRESH_TOKEN} # Note the key capitalization
```

This method is OAuth2-provider specific since the workflow to acquire
Expand Down