Shahid Kamalblog.shahid.codes·Aug 30, 2023Opening a port in Ubuntu VM (OCI - Oracle Cloud Infrastructure)Whether you're setting up a web server, database, or other services on a virtual machine (VM) in Oracle Cloud Infrastructure (OCI), you'll often need to open specific ports to allow incoming traffic. Opening a port in OCI VM is not as straightforward...DiscussOraclecloudinfrastructure
Walid Hajeri (WalidHaj)walidhajeri.hashnode.dev·Aug 28, 2023Auto-refreshing Oracle Autonomous Database Refreshable ClonesUnderstanding the role of Refreshable Clones Autonomous database Refreshable clones are a very useful feature to maintain a clone of an Oracle Autonomous Database in Oracle Cloud Infrastructure. If you want to know more about the Autonomous Database,...Discuss·28 readsOCI
Saurabh Krdevopseasyinitiate.hashnode.dev·Aug 7, 2023How Docker Containers Work Under the HoodDiscuss·1 likeDocker
Kunal Pakhalekunalpakhale.hashnode.dev·Jul 18, 2023Kubernetes Cluster on Oracle CloudSteps: Create an OCI account Create instances Get a free domain Clean system firewalls Hosts file Install kubeadm on all instances Set up the control plane with kubeadm Add the pod-network Connect all the nodes together Lens MetalLB Nginx...DiscussOCI
Kunal Pakhalekunalpakhale.hashnode.dev·Jul 16, 2023OCI Vault with Python to retrieve a Secret From vaultSteps : Create a Compartment Create a Dynamic Group Create a Vault with a key and secret Create a Policy using the Dynamic Group Create Compute Instance in the Compartment Install Linux packages – python 3.6, pip 20.0.2, and oci-cli ...DiscussOCI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jul 12, 2023Create a Glauth LDAP Server on Oracle Cloud Compute and Authenticate with APEXOn occasion, you may require a test LDAP server for whatever reason to test authentication. In this blog, we'll configure Glauth, have this running on a compute box on the Oracle cloud, and have this accessible anywhere In the second part of this blo...Discuss·136 readsokta
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jul 11, 2023A Ready Made REST API Postman Collection for Oracle Cloud InfrastructureIf you want to configure your OCI environment through REST APIs, then there is a fully functional Postman Collection, all ready to start enjoying. These should be workable within PLSQL using the apex_web_service package. Steps: In OCI, click on your...Discuss·88 readsOCI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jul 5, 2023Achieving a SaaS Model for multi-tenant APEX Applications using Oracle IAM DomainsIn this Blog, we are going to create two tables tenants t_products An APEX application will be built on the t_products table. We will create two FREE Oracle Cloud IAM Domains representing two Tenants (aka. Customer user sets). Each Tenant can see...Discuss·4 likes·235 readsorclapex
Scott Spendolinispendolini.blog·Jul 4, 2023IDCS Multi-Factor AuthenticationNow that we have APEX delegating authentication and authorization services to IDCS, let's add another layer of security: multi-factor authentication. Multi-factor authentication - or MFA for short - provides an additional layer of security when signi...Discuss·12 likes·89 readsWho Are You?MFA
Scott Spendolinispendolini.blog·Jul 3, 2023Who Are You?🕵 This article is part of a series called "Who Are You?". View all articles in the series here. You can also download the slides that were presented here. In reality, APEX should not be used to manage users & roles. This should be delegated to an ...Discuss·1 like·137 readsWho Are You?Apex