• Brad Davidson's avatar
    Disable the ServiceAccountIssuerDiscovery feature-gate. · c5aad1b5
    Brad Davidson authored
    We're not setting ``--service-account-issuer` to a https URL, which causes an
    error message at startup when the feature gate is enabled. From the
    docs on that flag:
    
    > If this option is not a valid URI per the OpenID Discovery 1.0 spec, the
    > ServiceAccountIssuerDiscovery feature will remain disabled, even if the
    > feature gate is set to true. It is highly recommended that this value
    > comply with the OpenID spec:
    > https://openid.net/specs/openid-connect-discovery-1_0.html. In practice,
    > this means that service-account-issuer must be an https URL. It is also
    > highly recommended that this URL be capable of serving OpenID discovery
    > documents at {service-account-issuer}/.well-known/openid-configuration.
    Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
    c5aad1b5
Name
Last commit
Last update
.github Loading commit data...
cmd Loading commit data...
contrib Loading commit data...
e2e Loading commit data...
manifests Loading commit data...
package Loading commit data...
pkg Loading commit data...
scripts Loading commit data...
tests/perf Loading commit data...
vendor Loading commit data...
.dockerignore Loading commit data...
.drone.yml Loading commit data...
.gitignore Loading commit data...
.golangci.json Loading commit data...
BUILDING.md Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
DCO Loading commit data...
Dockerfile.dapper Loading commit data...
Dockerfile.manifest Loading commit data...
Dockerfile.test.dapper Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
ROADMAP.md Loading commit data...
Vagrantfile Loading commit data...
channel.yaml Loading commit data...
docker-compose.yml Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
install.sh Loading commit data...
k3s.service Loading commit data...
main.go Loading commit data...
vendor.go Loading commit data...