Skip to content

Instantly share code, notes, and snippets.

View dmendiza's full-sized avatar
🏠
Working from home

Douglas Mendizábal dmendiza

🏠
Working from home
  • Middletown, CT
View GitHub Profile
@mdo
mdo / 00-intro.md
Last active March 4, 2025 19:03
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

def test_connection():
conn = create_connection('https://identity.api.rackspacecloud.com/v2.0','IAD','596839', 'rajpatel','xxxx')
for secret in conn.key_manager.secrets():
print(secret.secret_id)
print("Key" , conn.key_manager.get_secret(secret.secret_id).payload)
if __name__ == "__main__": test_connection()