Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.12 #281

Merged
merged 1 commit into from
Jan 5, 2021
Merged

Release v0.2.12 #281

merged 1 commit into from
Jan 5, 2021

Conversation

afiune
Copy link
Contributor

@afiune afiune commented Jan 5, 2021

Release Notes

Another day, another release. These are the release notes for the version v0.2.12.

Install Lacework Agent On Remote Hosts

Users can now install agents with the command:

$ lacework agent install

When this command is executed without any additional flag, an interactive prompt will be
launched to help gather the necessary authentication information to access the remote host.

To authenticate to the remote host with a username and password.

$ lacework agent install <host> --ssh_username <your-user> --ssh_password <secret>

To authenticate to the remote host with an identity file.

$ lacework agent install <user@host> -i /path/to/your/key

To provide an agent access token of your choice, use the command lacework agent token list,
select a token and pass it to the agent install command using the --token flag.

$ lacework agent install <user@host> -i /path/to/your/key --token <token>

Agent Install Example

lacework-cli-agent-install-release

Features

Refactor

Bug Fixes

Documentation Updates

  • docs: update agent install use (Salim Afiune Maya)(62195c1)

Other Changes

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

@afiune afiune added the release For release purposes label Jan 5, 2021
@afiune afiune self-assigned this Jan 5, 2021
Signed-off-by: Salim Afiune Maya <[email protected]>
@afiune afiune merged commit 48f5f69 into master Jan 5, 2021
@afiune afiune deleted the release branch January 5, 2021 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release For release purposes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants