Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GÉANT Service Orchestrator GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator GUI
Commits
dc7c3257
Commit
dc7c3257
authored
9 months ago
by
Mohammad Torkashvand
Browse files
Options
Downloads
Patches
Plain Diff
edit env.example
parent
921e49bc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#88854
passed
9 months ago
Stage: tsc_lint_and_test
Stage: build
Stage: trigger_jenkins_build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.example
+0
-30
0 additions, 30 deletions
.env.example
.env.local.example
+21
-16
21 additions, 16 deletions
.env.local.example
with
21 additions
and
46 deletions
.env.example
deleted
100644 → 0
+
0
−
30
View file @
921e49bc
ENVIRONMENT_NAME=Development
ORCHESTRATOR_API_HOST=http://localhost:8080
ORCHESTRATOR_API_PATH=/api
ORCHESTRATOR_GRAPHQL_HOST=http://localhost:8080
ORCHESTRATOR_GRAPHQL_PATH=/api/graphql
ORCHESTRATOR_WEBSOCKET_URL=ws://localhost:8080
USE_WEB_SOCKETS=false
USE_THEME_TOGGLE=false
SHOW_WORKFLOW_INFORMATION_LINK=true
WORKFLOW_INFORMATION_LINK_URL="https://workfloworchestrator.org/"
# Auth variables
OAUTH2_ACTIVE=true
NEXTAUTH_PROVIDER_ID="keycloak"
NEXTAUTH_PROVIDER_NAME="Keycloak"
NEXTAUTH_AUTHORIZATION_SCOPE_OVERRIDE="openid profile"
OAUTH2_CLIENT_ID="orchestrator-client"
OAUTH2_CLIENT_SECRET="KEYCLOAK_SECRET"
OIDC_CONF_FULL_WELL_KNOWN_URL="https://localhost:8085/api/v1/auth/.well-known/openid-configuration"
# Required by the Nextauth middleware
NEXTAUTH_URL=http://localhost:3000/api/auth
NEXTAUTH_SECRET="NEXTAUTH_SECRET"
# Auth variables for local development environment (Keycloak in Docker)
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=admin
KEYCLOAK_PORT=8085
This diff is collapsed.
Click to expand it.
.env.local.example
+
21
−
16
View file @
dc7c3257
ENVIRONMENT_NAME=Development
ENVIRONMENT_NAME=Development
PROCESS_DETAIL_REFETCH_INTERVAL=3000
ORCHESTRATOR_API_HOST=http://localhost:8080
ORCHESTRATOR_API_HOST=http://localhost:8080
ORCHESTRATOR_API_PATH=/api
ORCHESTRATOR_API_PATH=/api
ORCHESTRATOR_GRAPHQL_HOST=http://localhost:8080
ORCHESTRATOR_GRAPHQL_HOST=http://localhost:8080
ORCHESTRATOR_GRAPHQL_PATH=/api/graphql
ORCHESTRATOR_GRAPHQL_PATH=/api/graphql
ORCHESTRATOR_WEBSOCKET_URL=ws://localhost:8080
ORCHESTRATOR_WEBSOCKET_URL=ws://localhost:8080
USE_WEB_SOCKETS=true
USE_THEME_TOGGLE=true
SHOW_WORKFLOW_INFORMATION_LINK=true
WORKFLOW_INFORMATION_LINK_URL="https://workfloworchestrator.org/"
# Auth variables
OAUTH2_ACTIVE=true
OAUTH2_ACTIVE=true
NEXTAUTH_URL=http://localhost:3000/api/auth
NEXTAUTH_PROVIDER_ID="oidc"
NEXTAUTH_PROVIDER_NAME="GÉANT Identity Provider"
# OIDC Authentication Settings
NEXTAUTH_AUTHORIZATION_SCOPE_OVERRIDE="openid profile email aarc offline_access"
OAUTH2_NEXTAUTH_PROVIDER_ID="oidc"
OAUTH2_CLIENT_ID="APP-A43E6FB7-1EEF-49CB-95B9-9AFF6FA7EF66"
OAUTH2_CLIENT_ID="APP-A43E6FB7-1EEF-49CB-95B9-9AFF6FA7EF66"
OAUTH2_CLIENT_SECRET="YOUR_OIDC_CLIENT_SECRET"
OAUTH2_CLIENT_SECRET=""
NEXTAUTH_SECRET="SOhxHLn53mV7ML7y8L6rL5oOQxOVb0V4p2Ez0ZSIuOs=" # openssl rand -base64 32
OIDC_CONF_FULL_WELL_KNOWN_URL="https://proxy.aai.geant.org/.well-known/openid-configuration"
OIDC_CONF_FULL_WELL_KNOWN_URL="https://proxy.aai.geant.org"
NEXTAUTH_WELL_KNOWN_OVERRIDE="https://proxy.aai.geant.org/.well-known/openid-configuration"
OIDC_TOKEN_ENDPOINT="https://proxy.aai.geant.org/OIDC/token"
OIDC_TOKEN_ENDPOINT="https://proxy.aai.geant.org/OIDC/token"
# docker-compose variables
# OPA Settings
# KEYCLOAK_ADMIN=admin
OPA_PUBLIC_BUNDLE_URL="http://localhost:8000/policy.wasm"
# KEYCLOAK_ADMIN_PASSWORD=admin
# KEYCLOAK_PORT=8085
#Maps Settings
NETWORK_TOPOLOGY_API_URL="http://localhost:8080/api/v1/networks/topology"
# Required by the Nextauth middleware
NEXTAUTH_URL=http://localhost:3000/api/auth
NEXTAUTH_SECRET="LR1a4CU9UVFr1OcVeu4ULDX/VHMMiI+s3wNvOkf6fdE=" # openssl rand -base64 32
USE_WEBSOCKET=true
USE_THEME_TOGGLE=true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment