Skip to content

Instantly share code, notes, and snippets.

View rigelreyes's full-sized avatar

Rigel Reyes rigelreyes

  • Last Code
  • Mexico
View GitHub Profile
def getProjectName() {
return 'JenkinsPipeline'
}
def getJDKVersion() {
return 'jdk1.8.0_101'
}
def getMavenConfig() {
return 'maven-config'
def getProjectName() {
return 'JenkinsPipeline'
}
def getJDKVersion() {
return 'jdk1.8.0_101'
}
def getMavenConfig() {
return 'maven-config'

Keybase proof

I hereby claim:

  • I am rigelreyes on github.
  • I am rigelreyes (https://keybase.io/rigelreyes) on keybase.
  • I have a public key ASCaS4fc-g9T914bfnue3rpQKXozV3-XRIVVtDU8egK9_Qo

To claim this, I am signing this object:

@rigelreyes
rigelreyes / business-hrs.sentinel
Created November 18, 2019 17:39
Sentinel Test files
import "time"
# Expect requests to only happen during work days (Monday through Friday)
# 0 for Sunday and 6 for Saturday
workdays = rule {
time.now.weekday > 0 and time.now.weekday < 6
}
# Expect requests to only happen during work hours (7:00 am - 6:00 pm)
workhours = rule {
@rigelreyes
rigelreyes / andrea_rsa_pol.hcl
Last active November 15, 2019 02:24
Vault Enterpise Training
path "db_rsa_key/*" {
capabilities = ["read", "list"]
}