Loading .meepctl-repocfg.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ repo: # platform ingress configuration ingress: # host name host: my-platform-fqdn host: mec-platform.etsi.org # enable https only (redirect http requests to https port) https-only: false # bind to host ports (true) or node ports (false) Loading @@ -48,9 +48,9 @@ repo: # https config https-port: 443 # certificate authority (none|self-signed|lets-encrypt) default: none ca: self-signed ca: lets-encrypt # lets-encrypt production server (true) or staging server (false) le-server-prod: false le-server-prod: true # authentication & authorization config auth: Loading @@ -73,7 +73,7 @@ repo: # access token url token-url: https://github.com/login/oauth/access_token # OAuth redirect URI redirect-uri: https://my-platform-fqdn/auth/v1/authorize redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize # OAuth k8s secret (data: client-id, secret) secret: meep-oauth-github # GitLab OAuth provider config Loading @@ -85,7 +85,7 @@ repo: # access token url token-url: https://gitlab.com/oauth/token # OAuth redirect URI redirect-uri: https://my-platform-fqdn/auth/v1/authorize redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize # GitLab api url # api-url: https://gitlab.com # OAuth k8s secret (data: client-id, secret) Loading examples/demo3/src/backend/main.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading examples/demo3/src/backend/server/api_frontend.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading examples/demo3/src/backend/server/api_notification.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading examples/demo3/src/backend/server/logger.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading Loading
.meepctl-repocfg.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ repo: # platform ingress configuration ingress: # host name host: my-platform-fqdn host: mec-platform.etsi.org # enable https only (redirect http requests to https port) https-only: false # bind to host ports (true) or node ports (false) Loading @@ -48,9 +48,9 @@ repo: # https config https-port: 443 # certificate authority (none|self-signed|lets-encrypt) default: none ca: self-signed ca: lets-encrypt # lets-encrypt production server (true) or staging server (false) le-server-prod: false le-server-prod: true # authentication & authorization config auth: Loading @@ -73,7 +73,7 @@ repo: # access token url token-url: https://github.com/login/oauth/access_token # OAuth redirect URI redirect-uri: https://my-platform-fqdn/auth/v1/authorize redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize # OAuth k8s secret (data: client-id, secret) secret: meep-oauth-github # GitLab OAuth provider config Loading @@ -85,7 +85,7 @@ repo: # access token url token-url: https://gitlab.com/oauth/token # OAuth redirect URI redirect-uri: https://my-platform-fqdn/auth/v1/authorize redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize # GitLab api url # api-url: https://gitlab.com # OAuth k8s secret (data: client-id, secret) Loading
examples/demo3/src/backend/main.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading
examples/demo3/src/backend/server/api_frontend.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading
examples/demo3/src/backend/server/api_notification.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading
examples/demo3/src/backend/server/logger.go +1 −1 Original line number Diff line number Diff line /* * Copyright (c) 2020 InterDigital Communications, Inc * Copyright (c) 2022 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. Loading