-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #434, Refactored with shared pkg for sessionSupport and oidcSup…
…port. Issue #440, Enable TLS on Hexa Admin server Signed-off-by: Phil Hunt <[email protected]>
- Loading branch information
1 parent
8535e3e
commit 8804885
Showing
19 changed files
with
220 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
export OVERMIND_NO_PORT=1 | ||
export OPA_SERVER_URL=http://opa-agent:8887/v1/data/authz/allow | ||
export ORCHESTRATOR_URL=http://0.0.0.0:8885 | ||
OVERMIND_NO_PORT=1 | ||
OPA_SERVER_URL=http://opa-agent:8887/v1/data/authz/allow | ||
|
||
export ORCHESTRATOR_HOSTPORT=0.0.0.0:8885 | ||
export HEXA_DEMO_URL=http://0.0.0.0:8886 | ||
export HEXA_DEMO_CONFIG_URL=http://0.0.0.0:8889 | ||
export ORCHESTRATOR_CONFIG_FILE=./deployments/hexaOrchestrator/config/config.json | ||
export POSTGRES_DB=keycloak_db | ||
export POSTGRES_USER=keycloak_db_user | ||
export POSTGRES_PASSWORD=keycload_db_password_4_now | ||
export KEYCLOAK_ADMIN=admin | ||
export KEYCLOAK_ADMIN_PASSWORD=not4u2no | ||
ORCHESTRATOR_URL=https://hexa-orchestrator:8885 | ||
|
||
HEXA_CA_CERT=/Users/pjdhunt/git/policy-orchestrator/demo/.certs/ca-cert.pem | ||
HEXA_JWT_AUTH_ENABLE=true | ||
HEXA_JWT_REALM=Hexa-Orchestrator-Realm | ||
HEXA_OAUTH_CLIENT_ID=hexaclient | ||
HEXA_OAUTH_CLIENT_SECRET=uuXVzfbqH635Ob0oTON1uboONUqasmTt | ||
HEXA_OAUTH_TOKEN_ENDPOINT=http://127.0.0.1:8080/realms/Hexa-Orchestrator-Realm/protocol/openid-connect/token | ||
HEXA_OIDC_CLIENT_ID=hexaclient | ||
HEXA_OIDC_CLIENT_SECRET=uuXVzfbqH635Ob0oTON1uboONUqasmTt | ||
HEXA_OIDC_ENABLED=true | ||
HEXA_OIDC_PROVIDER_URL=http://localhost:8080/realms/Hexa-Orchestrator-Realm | ||
OPA_SERVER_URL=http://opa-agent:8887/v1/data/authz/allow | ||
ORCHESTRATOR_URL=https://hexa-orchestrator:8885 | ||
ORCHESTRATOR_HOSTPORT=0.0.0.0:8885 | ||
HEXA_DEMO_URL=http://0.0.0.0:8886 | ||
HEXA_DEMO_CONFIG_URL=http://0.0.0.0:8889 | ||
ORCHESTRATOR_CONFIG_FILE=./deployments/hexaOrchestrator/config/config.json | ||
POSTGRES_DB=keycloak_db | ||
POSTGRES_USER=keycloak_db_user | ||
POSTGRES_PASSWORD=keycload_db_password_4_now | ||
KEYCLOAK_ADMIN=admin | ||
KEYCLOAK_ADMIN_PASSWORD=not4u2no |
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
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
Oops, something went wrong.