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

Deprecate project #43

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0] - 2020-09-15

### Deprecated
- This repository is deprecated, with all relevant files and tests migrated to the [Ansible Conjur
Collection](https://github.com/cyberark/ansible-conjur-collection/).
[cyberark/conjur-host-identity#30](https://github.com/cyberark/ansible-conjur-host-identity/issues/30)

### Added
- Added daily build trigger

Expand Down Expand Up @@ -32,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Establishes Conjur identity using a Conjur Host Factory Token
- Installs and configures Summon Summon-Conjur provider for secure secret retrieval

[Unreleased]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v1.0.0....HEAD
[1.0.0]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.1...v1.0.0
[0.3.1]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.1.0...v0.2.0
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecation Notice ⚠️
This role has been migrated to the [Ansible Conjur Collection](https://github.com/cyberark/ansible-conjur-collection/),
and this repository has been deprecated.

# Conjur Ansible Role

This Ansible role provides the ability to grant Conjur machine identity to a host. Based on that identity, secrets can then be retrieved securely using the [Summon](https://github.com/cyberark/summon) tool (installed on hosts with identities created by this role).
Expand Down