-
Notifications
You must be signed in to change notification settings - Fork 0
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
README: document noninteractive flow + minor tweaks #42
Conversation
- Squashed "One-time setup" and "Installation" headings. - Expanded Use section, removed "Each day". - Add "Use in a non-interactie environment" section. - Moved "Building" section up, renamed "Building from source", added instructions for Bazel and Go dev builds.
1. Download the appropriate binary from the latest [release | ||
page](https://github.com/EngFlow/auth/releases/latest) | ||
page](https://github.com/EngFlow/auth/releases/latest). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we're not signing engflow_auth
, we would need to do for MacOS binaries:
xattr -d com.apple.quarantine engflow_auth_macos_arm64
chmod u+x engflow_auth_macos_arm64
@minor-fixes fyi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added that xattr -d
command. We do need to get that binary signing to work though.
```bash | ||
engflow_auth logout [CLUSTER URL] | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe link to an example of how it is set up? https://github.com/EngFlow/auth/blob/main/.github/workflows/main.yml#L57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added links.
added instructions for Bazel and Go dev builds.