-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(env): rename environment variables to include AIRBROKE prefix f…
…or consistency refactor(route.ts): use AIRBROKE_CORS_ORIGINS environment variable instead of CORS_ORIGINS refactor(route.ts): use AIRBROKE_OPENAI_API_KEY environment variable instead of OPENAI_API_KEY refactor(auth.ts): use AIRBROKE_GITHUB_ID and AIRBROKE_GITHUB_SECRET environment variables instead of GITHUB_ID and GITHUB_SECRET refactor(auth.ts): use AIRBROKE_ATLASSIAN_ID and AIRBROKE_ATLASSIAN_SECRET environment variables instead of ATLASSIAN_ID and ATLASSIAN_SECRET refactor(auth.ts): use AIRBROKE_GOOGLE_ID and AIRBROKE_GOOGLE_SECRET environment variables instead of GOOGLE_ID and GOOGLE_SECRET refactor(auth.ts): use AIRBROKE_COGNITO_ID and AIRBROKE_COGNITO_SECRET environment variables instead of COGNITO_ID and COGNITO_SECRET refactor(auth.ts): use AIRBROKE_GITLAB_ID and AIRBROKE_GITLAB_SECRET environment variables instead of GITLAB_ID and GITLAB_SECRET refactor(auth.ts): use AIRBROKE_KEYCLOAK_ID and AIRBROKE_KEYCLOAK_SECRET environment variables instead of KEYCLOAK_ID and KEYCLOAK_SECRET refactor(auth.ts): use AIRBROKE_AZURE_AD_CLIENT_ID and AIRBROKE_AZURE_AD_CLIENT_SECRET environment variables instead of AZURE_AD_CLIENT_ID and AZURE_AD_CLIENT_SECRET refactor(auth.ts): use AIRBROKE_AZURE_AD_TENANT_ID environment variable instead of AZURE_AD_TENANT_ID refactor(auth.ts): use AIRBROKE_GOOGLE_DOMAINS environment variable instead of GOOGLE_DOMAINS feat(auth.ts): add support for AIRBROKE_GITHUB_ORGS environment variable to restrict access to specific organization(s) in Github feat(auth.ts): add support for AIRBROKE_COGNITO_ISSUER environment variable to configure Cognito issuer feat(auth.ts): add support for AIRBROKE_KEYCLOAK_ISSUER environment variable to configure Keycloak issuer feat(auth.ts): add support for AIRBROKE_AZURE_AD_TENANT_ID environment variable to configure Azure AD tenant ID feat(auth.ts): add support for AIRBROKE_AZURE_AD_CLIENT_ID and AIRBROKE_AZURE_AD_CLIENT_SECRET environment variables to configure Azure AD client ID and secret respectively refactor(tailwind.config.ts): remove unused pages directory from content array feat(tailwind.config.ts): add airbroke color palette to the theme configuration
- Loading branch information
1 parent
d00b5a6
commit 97e5acf
Showing
5 changed files
with
65 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters