Vikas Kumar
Vikas Kumar
I have read the [documentation](https://github.com/marketplace/stale) but could not find a way to send a message to a Slack channel. Is there a way to do the same? If not, can...
At the moment, we can only get the token of the authenticated user. I am looking a way to find a token of any user when I authenticate thru an...
I have configured Jenkins to authenticate (in my test environment) with [Keycloak](https://github.com/keycloak/keycloak). following this [wiki](https://wiki.jenkins.io/display/JENKINS/keycloak-plugin). Thus, my Jenkins URL gets redirected to Keycloak URL Jenkins URL: http://192.168.0.15:8080 Keycloak URL: http://192.168.1.77...
It would be great to have a method to list out all plugins used in a job. Thanks in advance.
As of now, pods that are not in ready status has a light yellow colour. It would be great to have the ability to change the colour (may be red)...
Hello @chriskinsman , Similar to the [issue](https://github.com/chriskinsman/github-action-dashboard/issues/13) raised by @tgdfool2 , I am also unable to see any actions in the private repos. I have very recent workflow runs. In...
It would be great to support multiple targets, something like this ```yaml sources: - repository: vikas027/alpine host: docker.io tag: minimal targets: - host: 111111111111.dkr.ecr.ap-southeast-2.amazonaws.com - host: 222222222222.dkr.ecr.ap-southeast-2.amazonaws.com ```
It would be great to have a wildcard in tags, something like this ```yaml sources: - host: 111111111111.dkr.ecr.ap-southeast-2.amazonaws.com repository: config-monkey tag: dev-* target: host: 222222222222.dkr.ecr.ap-southeast-2.amazonaws.com ```
Excellent collection of playbooks. I have a suggestion for [sudo](https://raw.githubusercontent.com/RaymiiOrg/ansible/master/sudo/sudo.yml) playbook. We can use validate with lineinfile module with something like this ``` yaml - lineinfile: dest=/etc/sudoers state=present line='%My_Group ALL=(ALL)...
## Environment ``` ❯ terraform version Terraform v0.14.6 + provider mycorp/sspinc/credstash v0.5.0 + provider registry.terraform.io/hashicorp/aws v3.28.0 + provider registry.terraform.io/hashicorp/null v3.0.0 ``` ## Problem AWS Single Sign On (SSO) uses AWS...