-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AM-688: Do not refer to company.com (#3275)
(cherry picked from commit 12c6efa) # Conflicts: # gravitee-am-gateway/gravitee-am-gateway-standalone/gravitee-am-gateway-standalone-distribution/src/main/resources/config/gravitee.yml # helm/tests/api-configmap_test.yaml
- Loading branch information
1 parent
ab932e5
commit a59ad37
Showing
18 changed files
with
81 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
# # The base_url contains the common url for each overrode endpoints. | ||
# # The list of endpoint that support the mtls_aliases is : token_endpoint, authorization_endpoint, registration_endpoint, userinfo_endpoint, pushed_authorization_request_endpoint, end_session_endpoint, revocation_endpoint, introspection_endpoint | ||
# mtls_aliases: # base URL for mtls_endpoint_aliases (default is null and the standard endpoints will be used) | ||
# base_url: https://mycompany.mlts.com | ||
# base_url: https://gravitee.mlts.com | ||
# endpoints: | ||
# - token_endpoint | ||
# - registration_endpoint | ||
|
@@ -77,7 +77,7 @@ | |
# cors: | ||
# Allows to configure the header Access-Control-Allow-Origin (default value: *) | ||
# '*' is a valid value but is considered as a security risk as it will be opened to cross origin requests from anywhere. | ||
# allow-origin: http://developer.mycompany.com | ||
# allow-origin: http://developer.gravitee.io | ||
# Allows to define how long the result of the preflight request should be cached for (default value; 1728000 [20 days]) | ||
# max-age: 864000 | ||
# Which methods to allow (default value: OPTIONS, GET, POST, PUT, DELETE, PATCH) | ||
|
@@ -100,6 +100,11 @@ | |
# - "style-src 'self' 'unsafe-inline';" | ||
# - "frame-ancestors 'none';" | ||
# - "frame-src 'self' https://www.google.com;" | ||
<<<<<<< HEAD | ||
======= | ||
# - "report-uri 'self' http://report-csp.gravitee.io;" # if reportOnly is true, use this callback URL to report | ||
# - "report-to 'self' '[email protected]';" # if reportOnly is true, use this email to report | ||
>>>>>>> 12c6efa872 (AM-688: Do not refer to company.com (#3275)) | ||
# # xframe section allows to activate the X-Frame-Options header | ||
# # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options | ||
# # if not action (DENY or SAMEORIGIN) is specified, the X-Frame-Options header will no be set into the response | ||
|
@@ -327,7 +332,7 @@ gateway: | |
# enabled: false | ||
# exclude-hosts: # list of hosts to exclude from proxy (wildcard hosts are supported) | ||
# - '*.internal.com' | ||
# - internal.mycompany.com | ||
# - internal.gravitee.io | ||
# type: HTTP #HTTP, SOCK4, SOCK5 | ||
# http: | ||
# host: localhost | ||
|
@@ -355,7 +360,7 @@ gateway: | |
|
||
# Organizations and Environments configuration | ||
# Associate this gateway to a list of environments and their organizations. Use hrids to define these values. | ||
#organizations: mycompany | ||
#organizations: gravitee | ||
#environments: dev,qa | ||
|
||
# Sharding tags configuration | ||
|
@@ -447,3 +452,15 @@ liquibase: | |
# limit: 5 | ||
# timePeriod: 15 | ||
# timeUnit: Minutes | ||
<<<<<<< HEAD | ||
======= | ||
|
||
#applications: | ||
# secret: | ||
# # Algorithms used to hash the client secret. | ||
# # Can be one of : | ||
# # "PBKDF2", "BCrypt", "SHA-512", "SHA-256", "None" | ||
# algorithm: None | ||
# properties: | ||
# rounds: 10 | ||
>>>>>>> 12c6efa872 (AM-688: Do not refer to company.com (#3275)) |
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
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
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.