Commit 56eefd78 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

oauth initial implementation

parent 24fbf460
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -26,6 +26,13 @@ image:
  env:
    MEEP_SESSION_KEY: "my-secret-key"
    MEEP_MAX_SESSIONS: "10"
    MEEP_PLATFORM_URI: "https://<my-platform-fqdn>"
    MEEP_OAUTH_GITHUB_CLIENT_ID: "my-github-client-id"
    MEEP_OAUTH_GITHUB_REDIRECT_URI: "https://<my-platform-fqdn>/platform-ctrl/v1/authorize"
    MEEP_OAUTH_GITHUB_SECRET: "my-github-secret"
    MEEP_OAUTH_GITLAB_CLIENT_ID: "my-gitlab-client-id"
    MEEP_OAUTH_GITLAB_REDIRECT_URI: "https://<my-platform-fqdn>/platform-ctrl/v1/authorize"
    MEEP_OAUTH_GITLAB_SECRET: "my-gitlab-secret"

service:
  type: ClusterIP
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2020-11-02T16:24:59.205-05:00
- Build date: 2020-11-06T11:20:01.562-05:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2020-11-02T16:25:01.358-05:00
- Build date: 2020-11-06T11:20:02.870-05:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2020-11-02T16:24:46.941-05:00
- Build date: 2020-11-06T11:19:53.601-05:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.1.1
- Build date: 2020-11-02T16:24:48.071-05:00
- Build date: 2020-11-06T11:19:54.369-05:00


### Running the server
Loading