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
Merge requests
!14
edit global Windoes interface to be compiled by typescript
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
edit global Windoes interface to be compiled by typescript
fix/NAT-402-integrate-with-custom-opa-read-env-varaible2
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mohammad Torkashvand
requested to merge
fix/NAT-402-integrate-with-custom-opa-read-env-varaible2
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
1
Merge request reports
Compare
develop
version 2
bdec794b
1 year ago
version 1
a14e20c1
1 year ago
develop (base)
and
latest version
latest version
872ae7af
1 commit,
1 year ago
version 2
bdec794b
1 commit,
1 year ago
version 1
a14e20c1
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/utils/policy.ts
+
1
−
1
Options
@@ -6,7 +6,7 @@ export async function createPolicyCheck(user?: Partial<Oidc.Profile>) {
return
()
=>
true
;
}
const
opaBundletUrl
=
window
.
__env__
.
OPA_BUNDLE_URL
;
const
opaBundletUrl
=
window
.
__env__
[
'
OPA_BUNDLE_URL
'
]
;
if
(
typeof
opaBundletUrl
===
'
undefined
'
)
{
console
.
log
(
'
OPA_BUNDLE_URL is not defined
'
);
Loading