~ ./bin/dex serve dex.yaml
time="2020-07-12T20:45:50Z" level=info msg="config issuer: http://127.0.0.1:5556/dex"
time="2020-07-12T20:45:50Z" level=info msg="config storage: sqlite3"
time="2020-07-12T20:45:50Z" level=info msg="config static client: Example App"
time="2020-07-12T20:45:50Z" level=info msg="config connector: mock"
time="2020-07-12T20:45:50Z" level=info msg="config connector: local passwords enabled"
time="2020-07-12T20:45:50Z" level=info msg="config response types accepted: [code token id_token]"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// +build ignore | |
/* | |
* MinIO Go Library for Amazon S3 Compatible Cloud Storage | |
* Copyright 2015-2017 MinIO, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create headless service to StatefulSet to work. | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: minio-headless | |
labels: | |
app: minio-headless | |
spec: | |
ports: | |
- port: 9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create service of minio dist xl StatefulSet. | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: minio | |
spec: | |
type: NodePort | |
ports: | |
- port: 9000 | |
selector: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: networking.k8s.io/v1beta1 # for versions before 1.14 use extensions/v1beta1 | |
kind: Ingress | |
metadata: | |
name: minio-ingress | |
annotations: | |
kubernetes.io/tls-acme: "true" | |
kubernetes.io/ingress.class: "nginx" | |
nginx.ingress.kubernetes.io/proxy-body-size: 0 | |
nginx.ingress.kubernetes.io/proxy-buffering: "off" | |
nginx.ingress.kubernetes.io/configuration-snippet: | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"log" | |
"net" | |
"os" | |
"github.com/minio/minio-go/v6/pkg/set" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: calico/templates/calico-config.yaml | |
# This ConfigMap is used to configure a self-hosted Calico installation. | |
kind: ConfigMap | |
apiVersion: v1 | |
metadata: | |
name: calico-config | |
namespace: kube-system | |
data: | |
# Typha is disabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import argparse | |
import binascii, sys | |
parser = argparse.ArgumentParser(description='Set indexer') | |
parser.add_argument('key', metavar='KEY', type=str, help='key name for the hash index') | |
parser.add_argument('setcount', metavar='SET', type=int, help='total set counts') | |
args = parser.parse_args() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/addons/amazon-s3-online-storage/index.js b/addons/amazon-s3-online-storage/index.js | |
index ce3b044e..6105b299 100644 | |
--- a/addons/amazon-s3-online-storage/index.js | |
+++ b/addons/amazon-s3-online-storage/index.js | |
@@ -98,6 +98,8 @@ class S3Provider { | |
AWS.config.update({ | |
credentials: new AWS.Credentials(options.awsSecretKeyId, options.awsSecretAccessKey, options.awsSessionToken), | |
region: options.region, | |
+ endpoint: options.endpoint, | |
+ s3ForcePathStyle: options.pathstyleAccessEnabled || false, |
Amazon Snowball implements restricted S3 APIs.
New release of mc
automatically detects if its a snowball endpoint and turns-on legacy APIs.
Before we begin get the snowball
credentials as mentioned here https://docs.aws.amazon.com/snowball/latest/developer-guide/using-client-commands.html#client-credentials
Before you configure to use HTTPS endpoint make sure to obtain the current Snowball Edge certificate following this document https://docs.aws.amazon.com/snowball/latest/developer-guide/using-client-commands.html#snowball-edge-certificates-cli, once obtained same the certificate as shown below