Implements OAuth2 and Github Actions
* [v0.0.2] Adds Google and Github OAuth2 Authentication Adds to the API the feature of OAuth2 Authentication via two providers: Google and Github, and implements better handling of secrets * Create deploy.yml * Update deploy.yml * Update deploy.yml * Update deploy.yml * Fixes k3s * Update deploy.yml * Update deploy.yml Update deploy.yml update deploy.yml * Reemplements Frontend and Backend Connection * Final Configurations
This commit is contained in:
@@ -5,4 +5,4 @@ metadata:
|
||||
name: redis-secret
|
||||
type: Opaque
|
||||
data:
|
||||
redis-password: cGFzc3dk
|
||||
redis-password: $REDIS_PASSWORD
|
||||
@@ -13,7 +13,6 @@ spec:
|
||||
labels:
|
||||
app: redis
|
||||
spec:
|
||||
limits:
|
||||
containers:
|
||||
- name: redis
|
||||
image: bitnami/redis
|
||||
|
||||
Reference in New Issue
Block a user