macrotex
macrotex
We have some integrations from other servers that enable setting password through a web interface running on another server. This enables us to add additional security to the password change...
No, it is the password of the user. For example, to change the password for principal `johndoe` using kadmin you do something like this: `kadmin -p admin-principal --keytab /path/to/keytab cpw...
The problem with using a command-line option is that it is hard to keep the command (and hence the password) out of system logs. That is why setting it via...
Please change this to a feature request.
This is also happening to us using the lastest version of "debug" (May 6, 2020) attempting to push to GCR. Seeing this error: ``` E0506 17:32:28.676141 16 aws_credentials.go:77] while getting...
> > > This is also happening to us using the lastest version of "debug" (May 6, 2020) attempting to push to GCR. Seeing this error: > > ``` >...
We are having this issue as well. We need to use reproducible builds so that our daily builds do not get added to our container registry if there is no...
Something like this would be nice: ``` $ remctl server command subcommand -f /large/file ``` The backend command could consume the data in the large file as the last argument...
How would this work? Let's say two different departments have remctl services exposed to respond to "remctl myserver puppet oneshot", which department's server would the remctl client be directed to?