duritong

Results 18 comments of duritong

It fails to build from source, as part of the build process runs the tests. If the package can't be built, it will eventually get removed from Fedora.

https://bugzilla.redhat.com/show_bug.cgi?id=1736518

Will CAS the only supported SSO mechanism or will you also add SAML? How will one be able todo usermapping?

Well the issue is as followed. given the following structure: ``` $ cat resources.yaml apiVersion: v1 kind: ConfigMap metadata: name: example-config-1 data: # example of a simple property defined using...

Yes, please create a PR

The issue is that for the fix, the applicationset controller should use entrypoint.sh as command: https://github.com/argoproj/applicationset/pull/453/files#diff-11178f5b2367762f497dbdb1d825a5061c49e20b5c0176ea79c39a9502585225R20 But this isn't the case with 1.5.2: ``` $ oc get Subscription.operators.coreos.com -n openshift-operators...

While I agree it is shorter, you will often have different kind of inputs (keyid, input from a config file, from a user) to the find method. So with what...

Sounds good to me. Will do such an implementation.