Skip to content

Commit

Permalink
docs: hints to test without SSO (#76)
Browse files Browse the repository at this point in the history
* docs: Typo on env variable name

* chore: Add comment on FF_DEBUG_NO_SSO_REDIRECT usage

---------

Co-authored-by: Rodrigue Canquery <rodrigue.canquery@ratpsmartsystems.com>
Co-authored-by: Gabriel Dugny <gabriel.dugny@manomano.com>
  • Loading branch information
3 people authored Sep 27, 2024
1 parent 2e1811d commit e07e9fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PAGERDUTY_ACCOUNT_EMAIL="admin@mycompany.com"
PAGERDUTY_API_KEY="u+XXXXXXXXXXXXXXXX-X"
PAGERDUTY_URL="https://api.pagerduty.com"

## SSO settings (optional)
## SSO settings

OIDC_OP_DISCOVERY_DOCUMENT_URL=https://oauth.mycompany.local/auth/realms/realm/.well-known/openid-configuration
OIDC_RP_CLIENT_ID=firefighter-incident
Expand All @@ -98,5 +98,6 @@ RAID_JIRA_PROJECT_KEY="T2"
RAID_TOOLBOX_URL=https://toolbox.mycompany.com/login

FF_SLACK_SKIP_CHECKS=true
# Disable SSO redirect for local dev by setting to true. When SSO is disabled, go to /admin/ to login
# Disable SSO redirect for local dev by setting to true but still need a valid URL in OIDC_OP_DISCOVERY_DOCUMENT_URL.
# When SSO is disabled, go to /admin/ to login
FF_DEBUG_NO_SSO_REDIRECT=false
2 changes: 1 addition & 1 deletion docs/contributing/0002-setup-slack-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Check the `.env`.

Read the settings page.

Once Slack is setup, you can remove FF_SKIP_SLACK_CHEKS=true from your `.env` file.
Once Slack is setup, you can remove FF_SLACK_SKIP_CHECKS=true from your `.env` file.

Using the information from the previous part, check your configuration.

Expand Down

0 comments on commit e07e9fc

Please sign in to comment.