https://github.com/settings/developers
- New OAuth App:
https://github.com/settings/applications/new
- Homepage URL: http://localhost:8080/
- Authorization callback URL: http://localhost:8080/oauth/redirect
- Take note of
Client ID
&Client secrets
The Users API allows to get public and private information about the authenticated user.
Creating an OAuth2 Client in Golang
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: hello@example.com
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- http01:
ingress:
class: traefik
kubectl get secret -n kube-system \
-l sealedsecrets.bitnami.com/sealed-secrets-key=active \
-o yaml > master.key.yaml
https://github.com/bitnami-labs/sealed-secrets#how-can-i-do-a-backup-of-my-sealedsecrets