pubKey=app.Flag("pubkey","SSH public key file path").Short('k').Required().String()
issuerURIArg=app.Flag("issuer","Issuer URI of your access token. Not needed if JWT access token with iss claim.").Short('i').Default("https://unity.helmholtz-data-federation.de/oauth2").String()