auth in magic change
This commit is contained in:
parent
f0469d0816
commit
86b4cf81da
@ -1,7 +1,7 @@
|
|||||||
apiVersion: freeleaps.com/v1alpha1
|
apiVersion: freeleaps.com/v1alpha1
|
||||||
kind: FreeleapsSecret
|
kind: FreeleapsSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: magicleaps-authentication-alpha-secrets
|
name: {{ .Values.authentication.secrets.target.name }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
|||||||
@ -18,11 +18,11 @@ authentication:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: magicleaps-authentication
|
name: magicleaps-authentication
|
||||||
tag: snapshot-0000000
|
tag: snapshot-c93ce6b
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8004
|
containerPort: 8015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@ -36,7 +36,7 @@ authentication:
|
|||||||
type: httpGet
|
type: httpGet
|
||||||
config:
|
config:
|
||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8004
|
port: 8015
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
@ -46,7 +46,7 @@ authentication:
|
|||||||
type: httpGet
|
type: httpGet
|
||||||
config:
|
config:
|
||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8004
|
port: 8015
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
@ -56,8 +56,8 @@ authentication:
|
|||||||
services:
|
services:
|
||||||
- name: magicleaps-authentication-service
|
- name: magicleaps-authentication-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8004
|
port: 8015
|
||||||
targetPort: 8004
|
targetPort: 8015
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
ingresses:
|
ingresses:
|
||||||
@ -71,7 +71,7 @@ authentication:
|
|||||||
service:
|
service:
|
||||||
name: magicleaps-authentication-service
|
name: magicleaps-authentication-service
|
||||||
port:
|
port:
|
||||||
number: 8004
|
number: 8015
|
||||||
tls:
|
tls:
|
||||||
exists: false
|
exists: false
|
||||||
issuerRef:
|
issuerRef:
|
||||||
@ -81,11 +81,11 @@ authentication:
|
|||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: America/Settle
|
||||||
appName: magicleaps-authentication
|
appName: magicleaps-authentication
|
||||||
devsvcWebapiUrlBase: http://devsvc-service.magicleaps-alpha.svc.cluster:8007/api/devsvc/
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.cluster:8007/api/devsvc/
|
||||||
notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
|
notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8004
|
serviceApiAccessPort: 8015
|
||||||
mongodbName: interview
|
mongodbName: interview
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
metricsEnabled: 'false'
|
metricsEnabled: 'false'
|
||||||
@ -95,13 +95,13 @@ authentication:
|
|||||||
kind: FreeleapsSecretStore
|
kind: FreeleapsSecretStore
|
||||||
name: freeleaps-main-secret-store
|
name: freeleaps-main-secret-store
|
||||||
target:
|
target:
|
||||||
name: "magicleaps-authentication-alpha-secrets"
|
name: "freeleaps-authentication-alpha-secrets"
|
||||||
creationPolicy: "Owner"
|
creationPolicy: "Owner"
|
||||||
refreshInterval: 30s
|
refreshInterval: 30s
|
||||||
data:
|
data:
|
||||||
- key: jwtSecretKey
|
- key: jwtSecretKey
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: "magicleaps-alpha-jwt-secret-key"
|
key: "freeleaps-alpha-jwt-secret-key"
|
||||||
type: Secret
|
type: Secret
|
||||||
- key: mongodbUri
|
- key: mongodbUri
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|||||||
@ -18,11 +18,11 @@ authentication:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: magicleaps-authentication
|
name: magicleaps-authentication
|
||||||
tag: snapshot-0000000
|
tag: snapshot-c93ce6b
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8004
|
containerPort: 8015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@ -36,7 +36,7 @@ authentication:
|
|||||||
type: httpGet
|
type: httpGet
|
||||||
config:
|
config:
|
||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8004
|
port: 8015
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
@ -46,7 +46,7 @@ authentication:
|
|||||||
type: httpGet
|
type: httpGet
|
||||||
config:
|
config:
|
||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8004
|
port: 8015
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
@ -56,8 +56,8 @@ authentication:
|
|||||||
services:
|
services:
|
||||||
- name: magicleaps-authentication-service
|
- name: magicleaps-authentication-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8004
|
port: 8015
|
||||||
targetPort: 8004
|
targetPort: 8015
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
ingresses:
|
ingresses:
|
||||||
@ -71,7 +71,7 @@ authentication:
|
|||||||
service:
|
service:
|
||||||
name: magicleaps-authentication-service
|
name: magicleaps-authentication-service
|
||||||
port:
|
port:
|
||||||
number: 8004
|
number: 8015
|
||||||
tls:
|
tls:
|
||||||
exists: false
|
exists: false
|
||||||
issuerRef:
|
issuerRef:
|
||||||
@ -81,11 +81,11 @@ authentication:
|
|||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: America/Settle
|
||||||
appName: magicleaps-authentication
|
appName: magicleaps-authentication
|
||||||
devsvcWebapiUrlBase: http://devsvc-service.magicleaps.svc.cluster:8007/api/devsvc/
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps.svc.freeleaps.cluster:8007/api/devsvc/
|
||||||
notificationWebapiUrlBase: http://notification-service.freeleaps.svc.freeleaps.cluster:8003/api/notification/
|
notificationWebapiUrlBase: http://notification-service.freeleaps.svc.freeleaps.cluster:8003/api/notification/
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8004
|
serviceApiAccessPort: 8015
|
||||||
mongodbName: interview
|
mongodbName: interview
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
metricsEnabled: 'false'
|
metricsEnabled: 'false'
|
||||||
@ -95,13 +95,13 @@ authentication:
|
|||||||
kind: FreeleapsSecretStore
|
kind: FreeleapsSecretStore
|
||||||
name: freeleaps-main-secret-store
|
name: freeleaps-main-secret-store
|
||||||
target:
|
target:
|
||||||
name: "magicleaps-authentication-prod-secrets"
|
name: "freeleaps-authentication-prod-secrets"
|
||||||
creationPolicy: "Owner"
|
creationPolicy: "Owner"
|
||||||
refreshInterval: 30s
|
refreshInterval: 30s
|
||||||
data:
|
data:
|
||||||
- key: jwtSecretKey
|
- key: jwtSecretKey
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: "magicleaps-prod-jwt-secret-key"
|
key: "freeleaps-prod-jwt-secret-key"
|
||||||
type: Secret
|
type: Secret
|
||||||
- key: mongodbUri
|
- key: mongodbUri
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|||||||
@ -18,11 +18,11 @@ authentication:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: magicleaps-authentication
|
name: magicleaps-authentication
|
||||||
tag: snapshot-0000000
|
tag: snapshot-c93ce6b
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8004
|
containerPort: 8015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@ -36,7 +36,7 @@ authentication:
|
|||||||
type: httpGet
|
type: httpGet
|
||||||
config:
|
config:
|
||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8004
|
port: 8015
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
@ -46,7 +46,7 @@ authentication:
|
|||||||
type: httpGet
|
type: httpGet
|
||||||
config:
|
config:
|
||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8004
|
port: 8015
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
@ -56,8 +56,8 @@ authentication:
|
|||||||
services:
|
services:
|
||||||
- name: magicleaps-authentication-service
|
- name: magicleaps-authentication-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8004
|
port: 8015
|
||||||
targetPort: 8004
|
targetPort: 8015
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
ingresses:
|
ingresses:
|
||||||
@ -71,7 +71,7 @@ authentication:
|
|||||||
service:
|
service:
|
||||||
name: magicleaps-authentication-service
|
name: magicleaps-authentication-service
|
||||||
port:
|
port:
|
||||||
number: 8004
|
number: 8015
|
||||||
tls:
|
tls:
|
||||||
exists: false
|
exists: false
|
||||||
issuerRef:
|
issuerRef:
|
||||||
@ -81,11 +81,11 @@ authentication:
|
|||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: America/Settle
|
||||||
appName: magicleaps-authentication
|
appName: magicleaps-authentication
|
||||||
devsvcWebapiUrlBase: http://devsvc-service.magicleaps.svc.cluster:8007/api/devsvc/
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps.svc.freeleaps.cluster:8007/api/devsvc/
|
||||||
notificationWebapiUrlBase: http://notification-service.freeleaps.svc.freeleaps.cluster:8003/api/notification/
|
notificationWebapiUrlBase: http://notification-service.freeleaps.svc.freeleaps.cluster:8003/api/notification/
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8004
|
serviceApiAccessPort: 8015
|
||||||
mongodbName: interview
|
mongodbName: interview
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
metricsEnabled: 'false'
|
metricsEnabled: 'false'
|
||||||
@ -95,13 +95,13 @@ authentication:
|
|||||||
kind: FreeleapsSecretStore
|
kind: FreeleapsSecretStore
|
||||||
name: freeleaps-main-secret-store
|
name: freeleaps-main-secret-store
|
||||||
target:
|
target:
|
||||||
name: "magicleaps-authentication-secrets"
|
name: "freeleaps-authentication-secrets"
|
||||||
creationPolicy: "Owner"
|
creationPolicy: "Owner"
|
||||||
refreshInterval: 30s
|
refreshInterval: 30s
|
||||||
data:
|
data:
|
||||||
- key: jwtSecretKey
|
- key: jwtSecretKey
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: "magicleaps-jwt-secret-key"
|
key: "freeleaps-jwt-secret-key"
|
||||||
type: Secret
|
type: Secret
|
||||||
- key: mongodbUri
|
- key: mongodbUri
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user