charm-kubernetes-master:akd/test-vault-kv/mock-reconciler

Last commit made on 2024-05-31
Get this branch:
git clone -b akd/test-vault-kv/mock-reconciler https://git.launchpad.net/charm-kubernetes-master

Branch merges

Branch information

Name:
akd/test-vault-kv/mock-reconciler
Repository:
lp:charm-kubernetes-master

Recent commits

7736b8c... by Adam Dyess

mock out charm reconciler while testing vault_kv module

a81bd63... by Adam Dyess

Simplify uplifting the one-shot-token from a reactive upgrade (#345)

* Simplify uplifting the one-shot-token from a reactive upgrade
* patch vault-kv to not rob the on.commit event
* do not store one-shot token, but a hash of it instead

96a4e28... by Adam Dyess

Strip the output from leader-get as it tends to add extra line feeds (#347)

6eae259... by Adam Dyess

Ku 510/vault kv/encryption at rest (#342)

* Vendor ops version of layer-vault-kv into the charm
* Completed unit tests of vault-kv library
* begin testing of vaultlocker layer replacement
* Begin testing of reactive upgrade
* Completed unit tests and docs to support vaultlocker encryption
* Passing jenkins validation testing
* woke ignore operator libs
* Improve testing, improved security, validated upgrades
* Address review comments
* pin hvac requirements

0ceae80... by Adam Dyess

Freeze python dependencies for rreproducible charm builds (#344)

5c43105... by Adam Dyess

[LP#2060070] Charm Actions Ops Port (#343)

* Porting control-plane charm actions to ops

* Locally tested

da2725c... by Adam Dyess

Incorporate azure cloud integration (#341)

* integrate with google cloud gcp relation and external-cloud-provider

* Apply suggestions from code review

Co-authored-by: Kevin W Monroe <email address hidden>

* Incorporate azure cloud integration

* black formatting

* Update requirements.txt

---------

Co-authored-by: Kevin W Monroe <email address hidden>

365df7d... by Adam Dyess

integrate with google cloud gcp relation and external-cloud-provider (#339)

* integrate with google cloud gcp relation and external-cloud-provider

* Apply suggestions from code review

Co-authored-by: Kevin W Monroe <email address hidden>

---------

Co-authored-by: Kevin W Monroe <email address hidden>

5432bbd... by Kevin W Monroe

set default snap channel to edge on main branch (#340)

* set default snap channel to edge on main branch

* Update config.yaml

0db2085... by Adam Dyess

Integrate with AWS cloud to appropriately tag control-plane instances (#337)

* Integrate with AWS cloud to appropriately tag control-plane instances

* Improved Linting

* Actually skip if the cloud is unsupported

* Address review comments

* simply aws instance tagging

* Wait on the cloud integration if integrated with a cloud and not ready

* Use library from main branch

* use default-branch of interface-aws-integration

* Update src/cloud_integration.py

---------

Co-authored-by: Kevin W Monroe <email address hidden>