Erik Weber
Erik Weber
Gets overriden at https://github.com/argoproj/notifications-engine/blob/ac18ca10234c47eebfdb9797d5e995c00f86377c/pkg/services/webhook.go#L129 ?
I'm interested in doing something similar. @abelomestny does that mean you run your own fork of AFT to accomodate the change?
Would really like this, currently it doesn't seem like you can use the same TFC organization with multiple AFT installations due to name conflict. This applies to the `ct-aft-account-provisioning-customizations` and...
Would really love to see an Yii2 adapter as well :)
Couldn't yarn be supported in the s2i scripts regardless? We simply install yarn with npm on our custom image, but would prefer if we didn't have to maintain the s2i...
After some more thoughts I realized that for my use case I want the user to possibly be part of several accounts. We're using Azure AD and the only claim...
I have implemented groups -> accounts mapping and plan to finish a PR with it. It's Azure specific since it uses the graph api to fetch groups, but it shouldn't...
Can't you use `gh auth status -t` to display the current token?
@fmenezes I've been trying to solve the same issue, and #1654 seems to solve a bit different use case. By my understanding, what you can currently do is this: 1)...
For any mac-users who have installed awscurl with brew; you can add botocore to its virtualenv like this: `$(brew --prefix awscurl)/libexec/bin/python -m pip install botocore`