This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from forseti-security/ui-updates
Consolidate magic nums/strings into Imported Constants
- Loading branch information
Showing
28 changed files
with
623 additions
and
517 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 |
---|---|---|
|
@@ -8,6 +8,7 @@ clah_source.env | |
clah_dockersource.env | ||
dockersource.env | ||
asdf.env.enc | ||
config.json | ||
|
||
# Keys | ||
sa-key.json | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,11 +51,11 @@ | |
"member": "user/[email protected]", | ||
"role": "roles/resourcemanager.folderEditor" | ||
}, { | ||
"resources": ["project/gwc-core"], | ||
"resources": ["project/the-core"], | ||
"member": "user/[email protected]", | ||
"role": "roles/compute.admin" | ||
}, { | ||
"resources": ["project/gwc-core"], | ||
"resources": ["project/the-core"], | ||
"member": "user/[email protected]", | ||
"role": "roles/editor" | ||
}, { | ||
|
@@ -67,7 +67,7 @@ | |
"member": "user/[email protected]", | ||
"role": "roles/owner" | ||
}, { | ||
"resources": ["mls-bucket"], | ||
"resources": ["tf-lb-https-gke"], | ||
"member": "user/[email protected]", | ||
"role": "roles/storage.admin" | ||
"role": "roles/container.admin" | ||
}] |
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 +1 @@ | ||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>Forseti-Visualizer</title><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Material+Icons"><link ref=stylesheet href=https://use.fontawesome.com/releases/v5.1.0/css/all.css><link href=/css/app.d10c1184.css rel=preload as=style><link href=/css/chunk-vendors.112e7008.css rel=preload as=style><link href=/js/app.0787ac60.js rel=preload as=script><link href=/js/chunk-vendors.970ee17e.js rel=preload as=script><link href=/css/chunk-vendors.112e7008.css rel=stylesheet><link href=/css/app.d10c1184.css rel=stylesheet></head><body><noscript><strong>We're sorry but forseti-visualizer-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.970ee17e.js></script><script src=/js/app.0787ac60.js></script></body></html> | ||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>Forseti-Visualizer</title><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Material+Icons"><link ref=stylesheet href=https://use.fontawesome.com/releases/v5.1.0/css/all.css><link href=/css/app.4eb5fd76.css rel=preload as=style><link href=/css/chunk-vendors.112e7008.css rel=preload as=style><link href=/js/app.705a2d05.js rel=preload as=script><link href=/js/chunk-vendors.970ee17e.js rel=preload as=script><link href=/css/chunk-vendors.112e7008.css rel=stylesheet><link href=/css/app.4eb5fd76.css rel=stylesheet></head><body><noscript><strong>We're sorry but forseti-visualizer-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.970ee17e.js></script><script src=/js/app.705a2d05.js></script></body></html> |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,11 +51,11 @@ | |
"member": "user/[email protected]", | ||
"role": "roles/resourcemanager.folderEditor" | ||
}, { | ||
"resources": ["project/gwc-core"], | ||
"resources": ["project/the-core"], | ||
"member": "user/[email protected]", | ||
"role": "roles/compute.admin" | ||
}, { | ||
"resources": ["project/gwc-core"], | ||
"resources": ["project/the-core"], | ||
"member": "user/[email protected]", | ||
"role": "roles/editor" | ||
}, { | ||
|
@@ -67,7 +67,7 @@ | |
"member": "user/[email protected]", | ||
"role": "roles/owner" | ||
}, { | ||
"resources": ["mls-bucket"], | ||
"resources": ["tf-lb-https-gke"], | ||
"member": "user/[email protected]", | ||
"role": "roles/storage.admin" | ||
"role": "roles/container.admin" | ||
}] |
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.